Remove redundant text post r70628
authorSam Reed <reedy@users.mediawiki.org>
Sat, 7 Aug 2010 17:41:51 +0000 (17:41 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 7 Aug 2010 17:41:51 +0000 (17:41 +0000)
docs/database.txt

index e893b41..9962a83 100644 (file)
@@ -23,8 +23,6 @@ foreach ( $res as $row ) {
        ...
 }
 
-Note the assignment operator in the while condition.
-
 For a write query, use something like:
 
 $dbw = wfGetDB( DB_MASTER );