From 8748b35d2cfcea7d37baeb8a8d893e974bc3ba6f Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sat, 15 Feb 2014 13:05:45 -0500 Subject: [PATCH] Fixed: FS#2669 - ISPConig template generator creates date columns with wrong format --- interface/web/help/list/faq_list.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/list/faq_list.php b/interface/web/help/list/faq_list.php index 0893e90..1f7e2bc 100644 --- a/interface/web/help/list/faq_list.php +++ b/interface/web/help/list/faq_list.php @@ -10,7 +10,7 @@ $liste['table_idx'] = 'hf_id'; // Search Field Prefix -#$liste['search_prefix'] = 'search_'; +//$liste['search_prefix'] = 'search_'; // Records per page $liste['records_per_page']= 100; -- Gitblit v1.9.1