Author: ts Date: Mon Jan 28 14:24:10 2008 New Revision: 7249 Log: - WS.
Modified: trunk/PersistentObject/src/object/persistent_object_property.php Modified: trunk/PersistentObject/src/object/persistent_object_property.php ============================================================================== --- trunk/PersistentObject/src/object/persistent_object_property.php [iso-8859-1] (original) +++ trunk/PersistentObject/src/object/persistent_object_property.php [iso-8859-1] Mon Jan 28 14:24:10 2008 @@ -49,7 +49,7 @@ 'columnName' => null, 'propertyName' => null, 'propertyType' => self::PHP_TYPE_STRING, - 'converter' => null, + 'converter' => null, ); /** @@ -68,12 +68,12 @@ public function __construct( $columnName = null, $propertyName = null, $type = self::PHP_TYPE_STRING, - $converter = null ) + $converter = null ) { $this->columnName = $columnName; $this->propertyName = $propertyName; $this->propertyType = $type; - $this->converter = $converter; + $this->converter = $converter; } /** -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components