Diaspora: Avatars of repeated items weren't found
Vier: Complete redesign of the navigation header
This commit is contained in:
parent
71e43e68d4
commit
b875191237
4 changed files with 182 additions and 57 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue