2013-10-29 Sergio Martin <sergio.martin@artica.es>
* extensions/insert_data.php: Fix broken insert data feature for incident #331 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8975 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
019b7846fc
commit
9edc002919
|
@ -1,3 +1,8 @@
|
|||
2013-10-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/insert_data.php: Fix broken insert data
|
||||
feature for incident #331
|
||||
|
||||
2013-10-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Merge the logic from the
|
||||
|
|
|
@ -89,7 +89,7 @@ function mainInsertData() {
|
|||
$date2 = str_replace('-', '/', $date);
|
||||
$time2 = DATE(TIME_FORMAT, strtotime($time));
|
||||
|
||||
$date_xml = $date2 . ' ' . $time2 . ':00';
|
||||
$date_xml = $date2 . ' ' . $time2;
|
||||
|
||||
$done = 0;
|
||||
$errors = 0;
|
||||
|
|
Loading…
Reference in New Issue