Changeset 4968
- Timestamp:
- 09/15/08 15:20:58 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Configurable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Configurable.php
r4852 r4968 100 100 return constant($const); 101 101 } else { 102 throw new Doctrine_Exception('Unknown attribute value: "' . $ value. '"');102 throw new Doctrine_Exception('Unknown attribute value: "' . $const . '"'); 103 103 } 104 104 }