Florian Schaal
2014-01-08 2e5b1afd375e1065dfb451281e44a5a172fd2e8b
interface/web/help/faq_manage_questions_list.php
@@ -1,6 +1,6 @@
<?php
require_once('../../lib/config.inc.php');
require_once('../../lib/app.inc.php');
require_once '../../lib/config.inc.php';
require_once '../../lib/app.inc.php';
//* Path to the list definition file
$list_def_file = "list/faq_manage_questions_list.php";
@@ -12,7 +12,7 @@
$app->uses('listform_actions');
//* Optional limit
#$app->listform_actions->SQLExtWhere = "recipient_id = ".$_SESSION['s']['user']['userid'];
//$app->listform_actions->SQLExtWhere = "recipient_id = ".$_SESSION['s']['user']['userid'];
//* Start the form rendering and action ahndling
$app->listform_actions->onLoad();