1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +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 $ * $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs.php,v $
* $Revision: 1.4 $ * $Revision: 1.5 $
* $Date: 2009-11-20 05:01:51 $ * $Date: 2009-12-02 22:34:58 $
* $Author: e107coders $ * $Author: bugrain $
*/ */
require_once ("../../class2.php"); require_once ("../../class2.php");
@@ -168,7 +168,6 @@ class faq
function view_all() // new funtion to render all FAQs function view_all() // new funtion to render all FAQs
{ {
echo "hello";
$sql = e107::getDb(); $sql = e107::getDb();
$tp = e107::getParser(); $tp = e107::getParser();