From: Aaron Schulz Date: Mon, 13 Oct 2008 18:49:43 +0000 (+0000) Subject: Add quotes X-Git-Tag: 1.31.0-rc.0~44755 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=7f0d27b0885ff5bce21f263eb5b1af5687de71a9;p=lhc%2Fweb%2Fwiklou.git Add quotes --- diff --git a/includes/EditPage.php b/includes/EditPage.php index ff9d79a66c..afc330627c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1032,7 +1032,7 @@ class EditPage { $res = $dbw->select( 'revision', 'rev_user', array( 'rev_page' => $this->mArticle->getId(), - 'rev_timestamp > '.$dbw->timestamp($edittime) ), + "rev_timestamp > '".$dbw->timestamp($edittime)."'" ), __METHOD__, array( 'ORDER BY' => 'rev_timestamp ASC', 'LIMIT' => 20 ) ); while( $row = $res->fetchObject() ) {