From 02cc436ec7cf0cfca5fc9b5166cc537bbee53671 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 30 Jul 2012 18:51:44 -0700 Subject: Added urlify to try and create webbie auto-suggestions out of whatever unicode stuff gets thrown in as a name. Currently this will only work for latin/european/cyrillic/russian, but possible to extend to ideographic forms. --- mod/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/display.php b/mod/display.php index 91bc82d64..541df23ec 100644 --- a/mod/display.php +++ b/mod/display.php @@ -127,7 +127,7 @@ EOT; } else { - $r = q("SELECT `id` FROM `item` WHERE `id` = '%s' OR `uri` = '%s' LIMIT 1", + $r = q("SELECT `id`,`deleted` FROM `item` WHERE `id` = '%s' OR `uri` = '%s' LIMIT 1", dbesc($item_id), dbesc($item_id) ); -- cgit v1.2.3