Changeset 129 for www/database.php


Ignore:
Timestamp:
Jan 5, 2009, 7:31:45 AM (16 years ago)
Author:
george
Message:
  • Odstraněno: Openwebmail. * Odstraněno: phpMyAdmin. * Upraveno: Mnoho malých úprav a oprav.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/database.php

    r67 r129  
    7373  function charset($Charset)
    7474  {
    75     $this->LastQuery = 'SET CHARACTER SET '.$Charset;
     75    $this->LastQuery = "SET NAMES '".$Charset."'";
    7676    $this->query($this->LastQuery);
    7777  }
Note: See TracChangeset for help on using the changeset viewer.