tbrehm
2008-11-22 179e98e386e71404160c6dfd52baaa30f064e2a3
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