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

Bugtracker #4406 - duplicate text

This commit is contained in:
e107steved
2008-04-29 19:49:03 +00:00
parent 208d55ffdc
commit fd69888bdf

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/banner.php,v $ | $Source: /cvs_backup/e107_0.8/banner.php,v $
| $Revision: 1.1.1.1 $ | $Revision: 1.2 $
| $Date: 2006-12-02 04:33:01 $ | $Date: 2008-04-29 19:48:45 $
| $Author: mcfly_e107 $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
require_once("class2.php"); require_once("class2.php");
@@ -70,7 +70,7 @@ if (isset($_POST['clientsubmit'])) {
if ($row['banner_ip']) { if ($row['banner_ip']) {
$tmp = explode("^", $row['banner_ip']); $tmp = explode("^", $row['banner_ip']);
$BANNER_TABLE_IP_LAN = BANNERLAN_35.": ".(count($tmp)-1); $BANNER_TABLE_IP_LAN = (count($tmp)-1);
for($a = 0; $a <= (count($tmp)-2); $a++) { for($a = 0; $a <= (count($tmp)-2); $a++) {
$BANNER_TABLE_IP .= $tmp[$a]."<br />"; $BANNER_TABLE_IP .= $tmp[$a]."<br />";
} }