Changeset 5129 for branches/1.1/lib/Doctrine/Connection.php
- Timestamp:
- 10/21/08 19:48:19 (17 months ago)
- Files:
-
- 1 modified
-
branches/1.1/lib/Doctrine/Connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/lib/Doctrine/Connection.php
r5070 r5129 1064 1064 1065 1065 $exc = new $name($e->getMessage(), (int) $e->getCode()); 1066 if ( ! is _array($e->errorInfo)) {1066 if ( ! isset($e->errorInfo) || ! is_array($e->errorInfo)) { 1067 1067 $e->errorInfo = array(null, null, null, null); 1068 1068 }