Changeset 1530

Show
Ignore:
Timestamp:
02/25/08 01:14:52 (3 months ago)
Author:
Neal
Message:

Fixed install.php so that the online table has the correct charset.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/install.php

    r1471 r1530  
    866866                                        csrf_token VARCHAR(40) NOT NULL DEFAULT '', 
    867867                                        prev_url VARCHAR(255) 
    868                                         ) TYPE=HEAP;"; 
     868                                        ) TYPE=HEAP CHARACTER SET utf8;"; 
    869869                        break; 
    870870