Diaspora: Avatars of repeated items weren't found

Vier: Complete redesign of the navigation header
This commit is contained in:
Michael Vogel 2012-11-10 23:19:32 +01:00
commit b875191237
4 changed files with 182 additions and 57 deletions

View file

@ -231,7 +231,7 @@ function q($sql) {
unset($args[0]);
if($db && $db->connected) {
$stmt = vsprintf($sql,$args);
$stmt = @vsprintf($sql,$args); // Disabled warnings
//logger("dba: q: $stmt", LOGGER_ALL);
if($stmt === false)
logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true), LOGGER_DEBUG);