1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Text to LANS #6 - More FAQ

Text to LANS #6 - More FAQ
Still more to do. Added new Pref tab to split FAQ and Category
Add/Edit/Delete
This commit is contained in:
MikeyGMT
2016-12-30 21:39:45 +00:00
parent 340e2ed732
commit ef7962481c
5 changed files with 44 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
/*
* e107 website system
*
* Copyright (c) 2008-2013 e107 Inc (e107.org)
* Copyright (c) 2008-2016 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
@@ -31,7 +31,7 @@ class faqs_setup
";
$status = ($sql->db_Select_gen($query)) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR;
$mes->add("Adding Default table data to table: faqs",$status);
$mes->add(LAN_DEFAULT_TABLE_DATA.": faqs", $status);
$query2 = "INSERT INTO #faqs_info (`faq_info_id`, `faq_info_title`, `faq_info_about`, `faq_info_parent`, `faq_info_class`, `faq_info_order`, `faq_info_icon`, `faq_info_metad`, `faq_info_metak`) VALUES
@@ -40,7 +40,7 @@ class faqs_setup
";
$status = ($sql->db_Select_gen($query2)) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR;
$mes->add("Adding Default table data to table: faqs_info",$status);
$mes->add(LAN_DEFAULT_TABLE_DATA.": faqs_info", $status);
}
/*