1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Removed Field: prompts.

Removed Field: prompts
This commit is contained in:
MikeyGMT
2017-02-11 01:01:42 +00:00
parent 8dc9f1d006
commit 3f20b19191
2 changed files with 9 additions and 11 deletions

View File

@@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system - Language File. *
| * Copyright (C) 2008-2017 e107 Inc (e107.org)
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $ * Released under the terms and conditions of the
| $Revision$ * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| $Date$ *
| $Author$ */
+----------------------------------------------------------------------------+
*/
define("PAGE_NAME", "Submit News"); define("PAGE_NAME", "Submit News");
//define("LAN_7", "Name: ");//LAN_NAME //define("LAN_7", "Name: ");//LAN_NAME
//define("LAN_62", "News Title: ");//LAN_TITLE //define("LAN_62", "News Title: ");//LAN_TITLE
//define("LAN_112", "Email Address: ");//LAN_EMAIL //define("LAN_112", "Email Address: ");//LAN_EMAIL
//define("LAN_133", "Thank you");//LAN_THANK_YOU//NOT USED //define("LAN_133", "Thank you");//LAN_THANK_YOU//NOT USED
define("LAN_134", "Your item has been submitted for review by one of the site administrators."); define("LAN_134", "Your item has been submitted for review by one of the site administrators.");
define("LAN_135", "News Item: "); define("LAN_135", "News Item");
define("LAN_136", "Submit News Item"); define("LAN_136", "Submit News Item");
//define("NWSLAN_6", "Category");//LAN_CATEGORY //define("NWSLAN_6", "Category");//LAN_CATEGORY
define("NWSLAN_10", "No news categories"); define("NWSLAN_10", "No news categories");

View File

@@ -265,7 +265,7 @@ class submitNews
$text .= " $text .= "
<tr> <tr>
<td style='width:20%' class='forumheader3'>".LAN_CATEGORY.": </td> <td style='width:20%' class='forumheader3'>".LAN_CATEGORY."</td>
<td style='width:80%' class='forumheader3'>"; <td style='width:80%' class='forumheader3'>";
if (!$sql->select("news_category")) if (!$sql->select("news_category"))