moveme: first successful relocated user

This commit is contained in:
Fabrixxm 2012-10-31 17:13:45 +01:00
parent dbc6cbe024
commit 1a3a5ee8d9
9 changed files with 93 additions and 64 deletions

View file

@ -232,6 +232,7 @@ function q($sql) {
if($db && $db->connected) {
$stmt = vsprintf($sql,$args);
//logger("dba: q: $stmt", LOGGER_ALL);
if($stmt === false)
logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true), LOGGER_DEBUG);
return $db->q($stmt);