2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* extensions/insert_data.php: fixed the label of notice about the directory data_in. Fixes: #2271 MERGED FROM THE BRANCH PANDORA_4.0 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8309 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b4dc1d57e1
commit
881cc6340d
|
@ -1,9 +1,18 @@
|
||||||
|
2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* extensions/insert_data.php: fixed the label of notice about the
|
||||||
|
directory data_in.
|
||||||
|
|
||||||
|
Fixes: #2271
|
||||||
|
|
||||||
|
MERGED FROM THE BRANCH PANDORA_4.0
|
||||||
|
|
||||||
2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
|
2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: fixed the empty serialize vars.
|
* include/functions_reporting.php: fixed the empty serialize vars.
|
||||||
|
|
||||||
Fixes: #2276
|
Fixes: #2276
|
||||||
|
|
||||||
MERGED FROM THE BRANCH PANDORA_4.0
|
MERGED FROM THE BRANCH PANDORA_4.0
|
||||||
|
|
||||||
2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
|
2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
|
@ -137,7 +137,8 @@ function mainInsertData() {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<div class="notify">';
|
echo '<div class="notify">';
|
||||||
echo __("Please check that the directory \"/var/spool/pandora/data_in\" is writeable by the apache user. <br /><br />The CSV file format is date;value<newline>date;value<newline>... The date in CSV is in format Y/m/d H:i:s.");
|
echo sprintf(__("Please check that the directory \"%s\" is writeable by the apache user. <br /><br />The CSV file format is date;value<newline>date;value<newline>... The date in CSV is in format Y/m/d H:i:s."),
|
||||||
|
$config['remote_config']);
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
$table = null;
|
$table = null;
|
||||||
|
|
Loading…
Reference in New Issue