forumlist: dbupdate - small optical fix

This commit is contained in:
rabuzarus 2015-11-11 23:40:26 +01:00
parent 902735f6d4
commit 84bb703a00
1 changed files with 1 additions and 1 deletions

View File

@ -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'];