mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2013-01-07 Hirofumi Kosaka <kosaka@rworks.jp>
* godmode/reporting/graph_builder.php: Fixed bug that unspecified graph name was displayed in the header line when creating a new custom graph. Merged from branch 4.0. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a39341cfd6
commit
f707b132c1
@ -1,3 +1,9 @@
|
|||||||
|
2013-01-07 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||||
|
|
||||||
|
* godmode/reporting/graph_builder.php: Fixed bug that
|
||||||
|
unspecified graph name was displayed in the header line
|
||||||
|
when creating a new custom graph. Merged from branch 4.0.
|
||||||
|
|
||||||
2013-01-07 Junichi Satoh <junichi@rworks.jp>
|
2013-01-07 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/help/ja/help_alert_macros.php: Added macro _email_tag_.
|
* include/help/ja/help_alert_macros.php: Added macro _email_tag_.
|
||||||
|
@ -53,6 +53,8 @@ if (! check_acl ($config['id_user'], 0, "RW")) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unset($name);
|
||||||
|
|
||||||
$add_module = (bool) get_parameter ('add_module', false);
|
$add_module = (bool) get_parameter ('add_module', false);
|
||||||
$delete_module = (bool) get_parameter ('delete_module', false);
|
$delete_module = (bool) get_parameter ('delete_module', false);
|
||||||
$edit_graph = (bool) get_parameter('edit_graph', false);
|
$edit_graph = (bool) get_parameter('edit_graph', false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user