]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Class file relocations
[friendica.git] / mod / dirfind.php
index da2f1396ef9b3de0162b4f7cf9e690e348be3516..5d65813e3c36075179772f74d6df9fa8ddcc2cdd 100644 (file)
@@ -105,7 +105,7 @@ function dirfind_content(App $a, $prefix = "") {
 
                        $search2 = "%".$search."%";
 
-                       /// @TODO These 2 SELECTs are not checked on validity with dbm::is_result()
+                       /// @TODO These 2 SELECTs are not checked on validity with DBM::is_result()
                        $count = q("SELECT count(*) AS `total` FROM `gcontact`
                                        LEFT JOIN `contact` ON `contact`.`nurl` = `gcontact`.`nurl`
                                                AND `contact`.`network` = `gcontact`.`network`