Changeset 7990 for temp/trunk/data
- Timestamp:
- 2006/11/09 13:24:46 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r7989 r7990 413 413 function get_auto_increment($table_name){ 414 414 // ¥í¥Ã¥¯¤¹¤ë 415 $this->BEGIN();415 // $this->BEGIN(); 416 416 417 417 // ¼¡¤ÎIncrement¤ò¼èÆÀ … … 425 425 426 426 // ²ò½ü¤¹¤ë 427 $this->COMMIT();427 // $this->COMMIT(); 428 428 429 429 sfprintr($auto_inc_no);
Note: See TracChangeset
for help on using the changeset viewer.
