]> git.mxchange.org Git - friendica.git/blobdiff - update.php
We got rid of two workerqueue queries, yeah!
[friendica.git] / update.php
index 83f3dada5357eaa74a8b89a1b8b09756c4734395..aaa7aa0b9e62161b0cb74f7010d122a60a1d5487 100644 (file)
@@ -356,7 +356,7 @@ function update_1035() {
 
 function update_1036() {
 
-       $r = dbq("SELECT * FROM `contact` WHERE `network` = 'dfrn' && `photo` LIKE '%include/photo%' ");
+       $r = dbq("SELECT * FROM `contact` WHERE `network` = 'dfrn' AND `photo` LIKE '%include/photo%' ");
        if (dbm::is_result($r)) {
                foreach ($r as $rr) {
                        q("UPDATE `contact` SET `photo` = '%s', `thumb` = '%s', `micro` = '%s' WHERE `id` = %d",