missing quote
This commit is contained in:
parent
2db7d88e28
commit
5362943330
@ -1458,7 +1458,7 @@ function update_r1128() {
|
||||
}
|
||||
|
||||
function update_r1129() {
|
||||
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = '');
|
||||
$r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = ''");
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
|
Reference in New Issue
Block a user