Changeset 205

Show
Ignore:
Timestamp:
02/06/08 15:42:07 (5 years ago)
Author:
d0nut
Message:

who cares

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • taggingreloaded/files/lib/util/TaggingReloadedUtil.class.php

    r204 r205  
    130130                 
    131131                $sql .= implode(',', $sql_append); 
    132                 if(count($sql_append)) WCF::getDB()->sendQuery($sql); 
     132                if(count($sql_append)) @WCF::getDB()->sendQuery($sql); 
    133133        } 
    134134