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

Remove 'debug' code

This commit is contained in:
bugrain
2009-12-02 22:34:58 +00:00
parent 1c122b9c9d
commit 5029fe527b

View File

@@ -9,9 +9,9 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-20 05:01:51 $
* $Author: e107coders $
* $Revision: 1.5 $
* $Date: 2009-12-02 22:34:58 $
* $Author: bugrain $
*/
require_once ("../../class2.php");
@@ -168,7 +168,6 @@ class faq
function view_all() // new funtion to render all FAQs
{
echo "hello";
$sql = e107::getDb();
$tp = e107::getParser();