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:
hawk__
2011-08-15 15:58:27 +00:00
parent 95d3ee9db3
commit bd2a5978df
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -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)