Ignore:
Timestamp:
Mar 20, 2011, 2:21:56 PM (13 years ago)
Author:
mistic100
Message:

[extensions] AdminMessages

  • compatibility with 2.2.0
  • new language rows
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Admin_Messages/maintain.inc.php

    r9421 r9786  
    1818                `content` TEXT NULL ,
    1919                PRIMARY KEY ( `id` )
    20         );");
     20        ) DEFAULT CHARSET=utf8;");
    2121               
    2222        pwg_query("INSERT INTO " . CONFIG_TABLE . "(param,value,comment) VALUES('admin_messages', '" . default_config . "', 'Parametres du plugin Admin Messages');");
Note: See TracChangeset for help on using the changeset viewer.