Changeset 958 in subversion


Ignore:
Timestamp:
Jan 27, 2008 2:14:57 PM (5 years ago)
Author:
tomekp
Message:

kill strict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-vnext/program/lib/PEAR.php

    r589 r958  
    561561        } 
    562562        if ($skipmsg) { 
    563             $a = &new $ec($code, $mode, $options, $userinfo); 
     563            $a = new $ec($code, $mode, $options, $userinfo); 
    564564            return $a; 
    565565        } else { 
    566             $a = &new $ec($message, $code, $mode, $options, $userinfo); 
     566            $a = new $ec($message, $code, $mode, $options, $userinfo); 
    567567            return $a; 
    568568        } 
Note: See TracChangeset for help on using the changeset viewer.