tbrehm
2007-08-21 c5a08eeb6a5653b953f23c69147aeb52da9d66bc
interface/lib/classes/ini_parser.inc.php
@@ -57,8 +57,6 @@
      return $this->config;
   }
   public function get_ini_string($file) {
      $content = '';
      foreach($this->config as $section => $data) {
@@ -71,7 +69,6 @@
      }
      return $content;
   }
}
?>