1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-07 12:44:43 +00:00

forumlist: dbupdate - small optical fix

This commit is contained in:
rabuzarus 2015-11-11 23:40:26 +01:00
parent 902735f6d4
commit 84bb703a00

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