2013-02-06 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/flot/pandora.flot.js: cleaned source code style. * include/graphs/functions_utils.php: fixed the unasigned var. Fixes: #3603439 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7597 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5767594f30
commit
db0aab59c0
|
@ -1,3 +1,11 @@
|
|||
2013-02-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/graphs/flot/pandora.flot.js: cleaned source code style.
|
||||
|
||||
* include/graphs/functions_utils.php: fixed the unasigned var.
|
||||
|
||||
Fixes: #3603439
|
||||
|
||||
2013-02-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_graph.php, include/functions_ui.php,
|
||||
|
|
|
@ -134,7 +134,7 @@ function graph_get_max_index($legend_values) {
|
|||
|
||||
function setup_watermark($water_mark, &$water_mark_file, &$water_mark_url) {
|
||||
if (!is_array($water_mark)) {
|
||||
$water_mark['file'] = $water_mark;
|
||||
$water_mark_file = $water_mark;
|
||||
}
|
||||
|
||||
if (isset($water_mark['file'])) {
|
||||
|
|
Loading…
Reference in New Issue