Ignore:
Timestamp:
Apr 13, 2010, 10:35:16 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Zbylé použití procedurálních funkcí mysql_ přepsáno na objektové.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Database.php

    r455 r457  
    1717  function open()
    1818  {
    19     parent::real_connect($this->HostName, $this->UserName, $this->Password, $this->Schema);
     19    parent::connect($this->HostName, $this->UserName, $this->Password, $this->Schema);
    2020    $this->charset($this->Charset);
    2121  }
Note: See TracChangeset for help on using the changeset viewer.