Changeset 129 for www/database.php
- Timestamp:
- Jan 5, 2009, 7:31:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/database.php
r67 r129 73 73 function charset($Charset) 74 74 { 75 $this->LastQuery = 'SET CHARACTER SET '.$Charset;75 $this->LastQuery = "SET NAMES '".$Charset."'"; 76 76 $this->query($this->LastQuery); 77 77 }
Note:
See TracChangeset
for help on using the changeset viewer.