Changeset 455 for trunk/includes/Database.php
- Timestamp:
- Apr 13, 2010, 10:03:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Database.php
r420 r455 17 17 function open() 18 18 { 19 parent:: __construct($this->HostName, $this->UserName, $this->Password, $this->Schema);19 parent::real_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.