1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Removed debug info.

This commit is contained in:
Cameron
2014-01-22 07:51:38 -08:00
parent 064e461fc2
commit 846cbec7f9
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class news_related // include plugin-folder in the name.
}
elseif(ADMIN)
{
return array(array('title'=>$query,'url'=>''));
// return array(array('title'=>$query,'url'=>''));
}
}

View File

@@ -77,7 +77,7 @@ class page_related // replace 'e_' with 'plugin-folder_'
}
else
{
return array(array('title'=>$query,'url'=>''));
// return array(array('title'=>$query,'url'=>''));
}
}