Odonel / globalban-spanish

Automatically exported from code.google.com/p/globalban-spanish
0 stars 0 forks source link

Import ban doesn't work #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import banned_user.cfg doesn't work under windows

Version 3.4.1r110

and line 155 should be :
if($bansAdded) {
  ?><h5 class="error"><?php echo $count ?> <?php echo $LAN_IMPORTBANS_001;
?><br/>
  <?php
    if($alreadyAdded > 0) {
      echo $alreadyAdded . $LAN_IMPORTBANS_012; "<br/><br/>";
    }
    if($failed > 0) {
      echo $LAN_IMPORTBANS_013 . $failed.$LAN_IMPORTBANS_014; "<br/><br/>";
    }
  ?>
  </h5><?php

    echo $alreadyIDs;
    echo $failedIDs;        
}
?>

or I have a error line 159

Original issue reported on code.google.com by alpha.cs...@gmail.com on 18 Mar 2010 at 4:04

GoogleCodeExporter commented 9 years ago
Is resolved. However the error is not well done because if the player does not 
Banide
0 in the file .cfg then no error is given

Original comment by alpha.cs...@gmail.com on 18 Mar 2010 at 10:42