redray
2008-11-24 7dda46871a3873f4e900431712e2a7df9930baed
interface/lib/classes/db_mysql.inc.php
@@ -292,7 +292,7 @@
      $new_rec = $this->queryOneRecord("SELECT * FROM $tablename WHERE $index_field = '$index_value'");
      $this->datalogSave($tablename, 'INSERT', $index_field, $index_value, $old_rec, $new_rec);
      
      return true;
      return $index_value;
   }
   
   //** Updates a record and saves the changes into the datalog