Ignore:
Timestamp:
Jul 8, 2013 4:31:19 PM (11 years ago)
Author:
anonymous
Message:

Added switch for login_form_allow_autocomplete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PEdit.inc.php

    r415 r421  
    103103        // Setup PEAR XML libraries.
    104104        require_once 'XML/Serializer.php';
    105         $this->xml_serializer =& new XML_Serializer(array(
     105        $this->xml_serializer = new XML_Serializer(array(
    106106            XML_SERIALIZER_OPTION_INDENT => '',
    107107            XML_SERIALIZER_OPTION_LINEBREAKS => '',
     
    110110        ));
    111111        require_once 'XML/Unserializer.php';
    112         $this->xml_unserializer =& new XML_Unserializer(array(
     112        $this->xml_unserializer = new XML_Unserializer(array(
    113113            XML_UNSERIALIZER_OPTION_COMPLEXTYPE => 'array',
    114114        ));
Note: See TracChangeset for help on using the changeset viewer.