2010-05-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/menu.php: added hook for the submenu enterprise in the reporting. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2804 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5a9b08776a
commit
5ae6308bae
|
@ -1,3 +1,7 @@
|
|||
2010-05-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/menu.php: added hook for the submenu enterprise in the reporting.
|
||||
|
||||
2010-05-26 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/gettext.php: Changed the function to use. ereg() is
|
||||
|
|
|
@ -120,6 +120,8 @@ if (give_acl ($config['id_user'], 0, "IW")) {
|
|||
// Custom graph builder
|
||||
$sub["godmode/reporting/graphs"]["text"] = __('Graph builder');
|
||||
|
||||
enterprise_hook ('reporting_godmenu');
|
||||
|
||||
$menu["greporting"]["sub"] = $sub;
|
||||
}
|
||||
if (give_acl ($config['id_user'], 0, "IW")) {
|
||||
|
|
Loading…
Reference in New Issue