From: rabuzarus <> Date: Wed, 11 Nov 2015 22:40:26 +0000 (+0100) Subject: forumlist: dbupdate - small optical fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84bb703a000864b783b11fd68521b8adc54d8286;p=friendica.git forumlist: dbupdate - small optical fix --- diff --git a/update.php b/update.php index b6faa85081..f2fa3d21fc 100644 --- a/update.php +++ b/update.php @@ -1681,7 +1681,7 @@ function update_1190() { $r = q("SELECT `uid`, `cat`, `k`, `v` FROM `pconfig` WHERE `cat` = '%d' ", dbesc('forumlist') -); + ); foreach ($r as $rr) { $uid = $rr['uid'];