[Cartoweb-dev] [Bug 1967] New: Better Strict Standards only variable by ref

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Nov 20 05:53:22 EST 2008


http://bugzilla.maptools.org/show_bug.cgi?id=1967

           Summary: Better Strict Standards only variable by ref
           Product: CartoWeb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P4
         Component: Core
        AssignedTo: cartoweb-dev at lists.maptools.org
        ReportedBy: bruno at ioda-net.ch


To enhance strict standard on code 
>  "Only variables should be assigned by reference"

a search & replace should be apply to code to remplace 

$this->log =& LoggerManager::getLogger(

by

$this->log = LoggerManager::getLogger(


Sorry not patch for this, I must wait svn sync.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Cartoweb-dev mailing list