Development

Changeset 5749

You must first sign up to be able to contribute.

Changeset 5749

Show
Ignore:
Timestamp:
10/29/07 18:31:56 (10 months ago)
Author:
francois
Message:

reverted YAML schema confusion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/addon/propel/sfPropelDatabaseSchema.class.php

    r5744 r5749  
    361361    if (is_array($column) && isset($column['index'])) 
    362362    { 
    363       if ($column['index'] == 'unique') 
     363      if ($column['index'] === 'unique') 
    364364      { 
    365365        $attributes_string .= "    <unique name=\"${tb_name}_${col_name}_unique\">\n";