timestamp() fixes on updateSearchIndex.php, and declare globals in updateSpecialPages.php
[lhc/web/wiklou.git] / maintenance / updateSearchIndex.php
index 4750015..978ccab 100644 (file)
@@ -75,8 +75,8 @@ class UpdateSearchIndex extends Maintenance {
                $this->output( "Updating searchindex between $start and $end\n" );
 
                # Select entries from recentchanges which are on top and between the specified times
-               $start = $dbw->strencode( $start );
-               $end = $dbw->strencode( $end );
+               $start = $dbw->timestamp( $start );
+               $end = $dbw->timestamp( $end );
 
                $page = $dbw->tableName( 'page' );
                $sql = "SELECT rc_cur_id,rc_type,rc_moved_to_ns,rc_moved_to_title FROM $recentchanges