2013-02-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/users/user_list.php, godmode/users/profile_list.php, godmode/users/configure_user.php, godmode/users/configure_profile.php, godmode/db/db_audit.php, include/functions_reporting.php: cleaned source code style. * include/functions_graph.php: fixed the default parameter $adapt_Key in the function "grafico_modulo_string". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7601 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
434d97c8f4
commit
809cd8407b
|
@ -1,3 +1,13 @@
|
|||
2013-02-07 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/users/user_list.php, godmode/users/profile_list.php,
|
||||
godmode/users/configure_user.php,
|
||||
godmode/users/configure_profile.php, godmode/db/db_audit.php,
|
||||
include/functions_reporting.php: cleaned source code style.
|
||||
|
||||
* include/functions_graph.php: fixed the default parameter
|
||||
$adapt_Key in the function "grafico_modulo_string".
|
||||
|
||||
2013-02-06 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_users.php
|
||||
|
|
|
@ -2956,7 +2956,7 @@ function graph_netflow_aggregate_pie ($data, $aggregate, $ttl = 1, $only_image =
|
|||
*/
|
||||
function grafico_modulo_string ($agent_module_id, $period, $show_events,
|
||||
$width, $height , $title, $unit_name, $show_alerts, $avg_only = 0, $pure=0,
|
||||
$date = 0, $only_image = false, $homeurl = '', $adapt_key, $ttl = 1) {
|
||||
$date = 0, $only_image = false, $homeurl = '', $adapt_key = '', $ttl = 1) {
|
||||
global $config;
|
||||
global $graphic_type;
|
||||
global $max_value;
|
||||
|
|
Loading…
Reference in New Issue