Changeset 515 for trunk/phpbms/modules/base/include/tabledefs.php
- Timestamp:
- 05/05/09 12:26:06 (3 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/include/tabledefs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/include/tabledefs.php
r510 r515 325 325 326 326 $querystatement = "INSERT INTO `tableoptions` (`tabledefid`, `name`, `option`, `needselect`, `othercommand`, `roleid`) 327 VALUES (".$newid.",'import',' 1',0,0,'-100');";327 VALUES (".$newid.",'import','0',0,0,'-100');"; 328 328 $this->db->query($querystatement); 329 329