From 2b40c6ff49bf64a084e46801cf67b6531ddaed07 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 7 Aug 2010 17:41:51 +0000 Subject: [PATCH] Remove redundant text post r70628 --- docs/database.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/database.txt b/docs/database.txt index e893b41032..9962a83b0a 100644 --- a/docs/database.txt +++ b/docs/database.txt @@ -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 ); -- 2.20.1