Coding convention:
- added curly braces - added space between "if" and brace - also added TODO (old-lost code?) Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
f8a213e23b
commit
9b6ad2fc47
3 changed files with 9 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ function noscrape_init(App &$a) {
|
|||
$keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$keywords);
|
||||
$keywords = explode(',', $keywords);
|
||||
|
||||
/// @TODO This query's result is not being used (see below), maybe old-lost code?
|
||||
$r = q("SELECT `photo` FROM `contact` WHERE `self` AND `uid` = %d",
|
||||
intval($a->profile['uid']));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue