1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

More LAN fixes.

This commit is contained in:
Cameron
2012-12-12 21:30:43 -08:00
parent 971c4fd8b1
commit e0a27eede8
8 changed files with 44 additions and 38 deletions

View File

@@ -2,17 +2,12 @@
/*
* e107 website system
*
* Copyright (c) 2008-2009 e107 Inc (e107.org)
* Copyright (c) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Custom FAQ install/uninstall/update routines
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs_setup.php,v $
* $Revision$
* $Date$
* $Author$
*
*/
class faqs_setup
@@ -40,7 +35,7 @@ class faqs_setup
$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`) VALUES
(1, 'General', 'General FaQS', 0, 0, 0, ''),
(1, 'General', 'General Faqs', 0, 0, 0, ''),
(2, 'Misc', 'Other FAQs', 0, 0, 1, '');";
$status = ($sql->db_Select_gen($query2)) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR;