Changeset 958 in subversion
- Timestamp:
- Jan 27, 2008 2:14:57 PM (5 years ago)
- File:
-
- 1 edited
-
branches/devel-vnext/program/lib/PEAR.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-vnext/program/lib/PEAR.php
r589 r958 561 561 } 562 562 if ($skipmsg) { 563 $a = &new $ec($code, $mode, $options, $userinfo);563 $a = new $ec($code, $mode, $options, $userinfo); 564 564 return $a; 565 565 } else { 566 $a = &new $ec($message, $code, $mode, $options, $userinfo);566 $a = new $ec($message, $code, $mode, $options, $userinfo); 567 567 return $a; 568 568 }
Note: See TracChangeset
for help on using the changeset viewer.
