mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2012-04-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/reporting_builder.php: Removed PHP notices due to a deprecated argument pass by reference. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6175 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
16f3379b81
commit
3dec3881ac
@ -1,3 +1,8 @@
|
|||||||
|
2012-04-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/reporting_builder.php: Removed PHP notices due to a
|
||||||
|
deprecated argument pass by reference.
|
||||||
|
|
||||||
2012-04-25 Sancho Lerena <slerena@artica.es>
|
2012-04-25 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* general/error_emptyconfig.php,
|
* general/error_emptyconfig.php,
|
||||||
|
@ -153,7 +153,7 @@ switch ($action) {
|
|||||||
case 'main': $buttons['list_reports']['active'] = true;
|
case 'main': $buttons['list_reports']['active'] = true;
|
||||||
$subsection = ' » '.__('Custom reporting');
|
$subsection = ' » '.__('Custom reporting');
|
||||||
break;
|
break;
|
||||||
default: $subsection = reporting_enterprise_add_subsection_main($activeTab, &$buttons);
|
default: $subsection = reporting_enterprise_add_subsection_main($activeTab, $buttons);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -864,7 +864,7 @@ switch ($action) {
|
|||||||
case 'main': $buttons['list_reports']['active'] = true;
|
case 'main': $buttons['list_reports']['active'] = true;
|
||||||
$subsection = ' » '.__('Custom reporting');
|
$subsection = ' » '.__('Custom reporting');
|
||||||
break;
|
break;
|
||||||
default: $subsection = reporting_enterprise_add_subsection_main($activeTab, &$buttons);
|
default: $subsection = reporting_enterprise_add_subsection_main($activeTab, $buttons);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user