Changeset 359 for trunk/phpbms/include
- Timestamp:
- 11/09/07 13:48:13 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/tables.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/tables.php
r285 r359 357 357 358 358 $insertstatement = "INSERT INTO ".$this->maintable." (".$fieldlist.") VALUES (".$insertvalues.")"; 359 359 360 360 $insertresult = $this->db->query($insertstatement); 361 361