Changeset 205
- Timestamp:
- 02/06/08 15:42:07 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
taggingreloaded/files/lib/util/TaggingReloadedUtil.class.php
r204 r205 130 130 131 131 $sql .= implode(',', $sql_append); 132 if(count($sql_append)) WCF::getDB()->sendQuery($sql);132 if(count($sql_append)) @WCF::getDB()->sendQuery($sql); 133 133 } 134 134
