* Skip update of disused 'rc_cur_time' field (todo: discard the field)
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Sep 2005 00:14:01 +0000 (00:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Sep 2005 00:14:01 +0000 (00:14 +0000)
RELEASE-NOTES
includes/RecentChange.php

index bf454ca..a8664b1 100644 (file)
@@ -116,6 +116,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 3489) PHP 5.1 compat problem with captioned images
 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
   by default when 'watchdefault' option is on
+* Skip update of disused 'rc_cur_time' field (todo: discard the field)
 
 
 === Caveats ===
index bcc4f06..4df26d0 100644 (file)
@@ -153,8 +153,8 @@ class RecentChange
                        }
 
                        # Update rc_cur_time
-                       $dbw->update( 'recentchanges', array( 'rc_cur_time' => $now ),
-                               array( 'rc_cur_id' => $curId ), $fname );
+                       #$dbw->update( 'recentchanges', array( 'rc_cur_time' => $now ),
+                       #       array( 'rc_cur_id' => $curId ), $fname );
                }
 
                # Notify external application via UDP