Remove redundant text post r70628

This commit is contained in:
Sam Reed 2010-08-07 17:41:51 +00:00
parent f2e664cfe0
commit 2b40c6ff49

View 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 );