1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 01:40:22 +02:00

Bugtracker #3834 - hard-coded LAN

This commit is contained in:
e107steved
2007-03-18 15:00:52 +00:00
parent 9fc2386a59
commit ab4d0d68a8

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/modcomment.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/modcomment.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2006-12-07 15:41:49 $ | $Date: 2007-03-18 15:00:52 $
| $Author: sweetas $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
require_once("../class2.php"); require_once("../class2.php");
@@ -142,7 +142,7 @@ if (!$sql->db_Select("comments", "*", "(comment_type='".$type."' OR comment_type
<input type='hidden' name='current_lock' value='".$comment_lock."' /> <input type='hidden' name='current_lock' value='".$comment_lock."' />
</td> </td>
</tr> </tr>
<tr><td colspan='5' class='fcaption'>comments (".$total_comments." ".($total_comments == "1" ? MDCLAN_11 : MDCLAN_12).", ".$total_blocked." ".MDCLAN_13.")</td></tr> <tr><td colspan='5' class='fcaption'>".MDCLAN_12." (".$total_comments." ".($total_comments == "1" ? MDCLAN_11 : MDCLAN_12).", ".$total_blocked." ".MDCLAN_13.")</td></tr>
".$comments." ".$comments."
<tr><td colspan='5' class='forumheader' style='text-align:center'>".MDCLAN_9."</td></tr> <tr><td colspan='5' class='forumheader' style='text-align:center'>".MDCLAN_9."</td></tr>
<tr><td colspan='5' class='forumheader' style='text-align:center'><input class='button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr> <tr><td colspan='5' class='forumheader' style='text-align:center'><input class='button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr>