Changeset 457 for trunk/includes/Database.php
- Timestamp:
- Apr 13, 2010, 10:35:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Database.php
r455 r457 17 17 function open() 18 18 { 19 parent:: real_connect($this->HostName, $this->UserName, $this->Password, $this->Schema);19 parent::connect($this->HostName, $this->UserName, $this->Password, $this->Schema); 20 20 $this->charset($this->Charset); 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.