Changeset 5999
- Timestamp:
- 05/23/08 21:01:19 (6 months ago)
- Files:
-
- 1 modified
-
trunk/components/Textcube.Data.Post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Data.Post.php
r5998 r5999 180 180 if (POD::queryCount($sql)) { 181 181 // step 3. Delete Comment 182 POD::execute("DELETE FROM {$database['prefix']}Comments WHERE blogid = ".getBlogId()." AND entry = $this->id");182 POD::execute("DELETE FROM {$database['prefix']}Comments WHERE blogid = ".getBlogId()." AND entry = ".$this->id); 183 183 184 184 // step 4. Delete Trackback 185 POD::execute("DELETE FROM {$database['prefix']}Trackbacks WHERE blogid = ".getBlogId()." AND entry = $this->id");185 POD::execute("DELETE FROM {$database['prefix']}Trackbacks WHERE blogid = ".getBlogId()." AND entry = ".$this->id); 186 186 187 187 // step 5. Delete Trackback Logs 188 POD::execute("DELETE FROM {$database['prefix']}TrackbackLogs WHERE blogid = ".getBlogId()." AND entry = $this->id");188 POD::execute("DELETE FROM {$database['prefix']}TrackbackLogs WHERE blogid = ".getBlogId()." AND entry = ".$this->id); 189 189 190 190 // step 6. update Category
