mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
@@ -44,14 +44,14 @@ if (!$FAQ_VIEW_TEMPLATE)
|
||||
$rs = new form;
|
||||
$cobj = new comment;
|
||||
|
||||
if (!$_GET['elan'])
|
||||
if (!vartrue($_GET['elan']))
|
||||
{
|
||||
$qs = explode(".", e_QUERY);
|
||||
$action = $qs[0];
|
||||
$id = $qs[1];
|
||||
$idx = $qs[2];
|
||||
}
|
||||
$from = ($from ? $from : 0);
|
||||
$from = (vartrue($from) ? $from : 0);
|
||||
$amount = 50;
|
||||
|
||||
if (isset($_POST['faq_submit']))
|
||||
@@ -215,7 +215,7 @@ class faq
|
||||
|
||||
$ret['title'] = FAQLAN_FAQ;
|
||||
$ret['text'] = $text;
|
||||
$ret['caption'] = $caption;
|
||||
$ret['caption'] = vartrue($caption);
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user