aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-11-20 14:55:32 +0000
committernikrou <nikrou@piwigo.org>2009-11-20 14:55:32 +0000
commit8c17d369fadc03d649213f0fbbad625ab285a13a (patch)
tree2e3720c8c6636c2f3d363b4fc80c4450b507d27c /include
parent924dd262ec3778277cf1efedee92fa5dd4fb2d32 (diff)
Feature 1244 : bug fix
functions_mysql.inc.php must be loaded for install git-svn-id: http://piwigo.org/svn/trunk@4326 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/dblayer/functions_mysql.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dblayer/functions_mysql.inc.php b/include/dblayer/functions_mysql.inc.php
index 23d232675..78b97c712 100644
--- a/include/dblayer/functions_mysql.inc.php
+++ b/include/dblayer/functions_mysql.inc.php
@@ -375,7 +375,6 @@ INSERT INTO '.$table_name.'
}
$query .= ')';
}
- Log::getInstance()->debug($query);
pwg_query($query);
}
}