mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Removed debug info.
This commit is contained in:
@@ -44,7 +44,7 @@ class news_related // include plugin-folder in the name.
|
|||||||
}
|
}
|
||||||
elseif(ADMIN)
|
elseif(ADMIN)
|
||||||
{
|
{
|
||||||
return array(array('title'=>$query,'url'=>''));
|
// return array(array('title'=>$query,'url'=>''));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -77,7 +77,7 @@ class page_related // replace 'e_' with 'plugin-folder_'
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return array(array('title'=>$query,'url'=>''));
|
// return array(array('title'=>$query,'url'=>''));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user