tbrehm
2010-01-25 6e2a8dbc1a25d0f9366b8a0ab7958ae7a666b8a3
server/lib/classes/db_mysql.inc.php
@@ -189,7 +189,8 @@
      return $out;
      }
       
       /*
      //* These functions are deprecated and will be removed.
       function insert($tablename,$form,$debug = 0)
       {
         if(is_array($form)){
@@ -224,6 +225,7 @@
             if($debug == 1) echo "mySQL Error Message: ".$this->errorMessage;
           }
       }
      */
       
       public function closeConn()
       {