Changeset 9965
- Timestamp:
- 11/18/08 03:01:18 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/libraries/pear/MDB2/Schema/Validate.php
r9947 r9965 44 44 // +----------------------------------------------------------------------+ 45 45 // 46 // $Id: Validate.php,v 1.4 0 2008/11/15 23:53:47ifeghali Exp $46 // $Id: Validate.php,v 1.41 2008/11/17 20:50:26 ifeghali Exp $ 47 47 // 48 48 … … 228 228 */ 229 229 if (count($index['fields']) == '1' 230 && $autoinc 230 231 && array_key_exists($autoinc, $index['fields'])) { 231 232 $skip_index = true;
