From 04e9472f1cad99804370733061e38a93ca5b25bd Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 14 May 2010 17:49:31 +0000 Subject: [PATCH] "big merge" - minor fix in restore backup - reset data after insert command git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@450 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- phpbase/db.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/phpbase/db.php b/phpbase/db.php index f13263c..7898940 100644 --- a/phpbase/db.php +++ b/phpbase/db.php @@ -573,6 +573,7 @@ abstract class DbEngine }else{ $this->backupInsert($table,$data,$overwrite); } + $data=array(); break; default: print("Warning: unknown statement \"".htmlspecialchars($cmd[0])."\" in backup file. Ignoring it.
\n"); -- 1.7.2.5