Changeset 9965

Show
Ignore:
Timestamp:
11/18/08 03:01:18 (2 months ago)
Author:
afz
Message:

Update MDB2_Schema to 0.8.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/libraries/pear/MDB2/Schema/Validate.php

    r9947 r9965  
    4444// +----------------------------------------------------------------------+ 
    4545// 
    46 // $Id: Validate.php,v 1.40 2008/11/15 23:53:47 ifeghali Exp $ 
     46// $Id: Validate.php,v 1.41 2008/11/17 20:50:26 ifeghali Exp $ 
    4747// 
    4848 
     
    228228                     */ 
    229229                    if (count($index['fields']) == '1' 
     230                        && $autoinc 
    230231                        && array_key_exists($autoinc, $index['fields'])) { 
    231232                        $skip_index = true;