oliver
2007-08-27 cc3fb3d95d21724942a4fcc6f54d9a157940d119
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;
   }
}
?>