Disabled all ZdMultilang support Hacks
git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@423850 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
@@ -26,12 +26,14 @@
|
||||
// WP 2.7.1 compatibility
|
||||
'int(4)' => 'smallint',
|
||||
|
||||
/****
|
||||
// ZdMultiLang support hack
|
||||
'term_id varchar(5)' => 'term_id int',
|
||||
'BIGINT(20)' => 'int',
|
||||
'character set utf8' => '',
|
||||
'CHARACTER SET utf8' => '',
|
||||
'UNSIGNED' => '', // ZdMultilang 1.2.5
|
||||
****/
|
||||
);
|
||||
|
||||
function pg4wp_installing( $sql, &$logto)
|
||||
|
||||
Reference in New Issue
Block a user