Index: trunk/phpwiki/fpw/wikiPage.php |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | $sql = "INSERT INTO cur (cur_title) VALUES (\"$this->secureTitle\")" ; |
204 | 204 | mysql_query ( $sql , $connection ) ; |
205 | 205 | if ( $useCachedPages ) { # Flushing cache for all pages that linked to the empty topic |
206 | | - $sql = "UPDATE cur SET cur_cache=\"\" WHERE cur_linked_links LIKE \"%$this->secureTitle%\" OR cur_unlinked_links LIKE \"%$this->secureTitle%\"" ; |
| 206 | + $sql = "UPDATE cur SET cur_cache=\"\", cur_timestamp=cur_timestamp WHERE cur_linked_links LIKE \"%$this->secureTitle%\" OR cur_unlinked_links LIKE \"%$this->secureTitle%\"" ; |
207 | 207 | mysql_query ( $sql , $connection ) ; |
208 | 208 | } |
209 | 209 | #mysql_close ( $connection ) ; |