From: Sam Reed Date: Sat, 7 Aug 2010 17:41:51 +0000 (+0000) Subject: Remove redundant text post r70628 X-Git-Tag: 1.31.0-rc.0~35645 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=2b40c6ff49bf64a084e46801cf67b6531ddaed07;p=lhc%2Fweb%2Fwiklou.git Remove redundant text post r70628 --- 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 );