pedro_morgan
2007-08-21 d84050e6600c17e56a59083826a5728c14265463
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;
   }
}
?>