aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index 3e39a5b4c..7d1305863 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1088,7 +1088,7 @@ function update_r1097() {
// fix some mangled hublocs from a bug long ago
- $r = q("select hubloc_id, hubloc_addr from hubloc where hubloc_addr like '%/%'");
+ $r = q("select hubloc_id, hubloc_addr from hubloc where hubloc_addr like '%%/%%'");
if($r) {
foreach($r as $rr) {
q("update hubloc set hubloc_addr = '%s' where hubloc_id = %d limit 1",