temproary disabled locale check

This commit is contained in:
Serghey Rodin 2012-12-18 18:25:56 +02:00
commit 3bbd56c588
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ is_object_free 'db' 'DB' "$database"
get_next_dbhost
is_object_valid "../../../conf/$type" 'HOST' "$host"
is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
is_charset_valid
#is_charset_valid
is_package_full 'DATABASES'
#----------------------------------------------------------#

View file

@ -55,7 +55,7 @@ esac
# Concatentating db host string
case $type in
mysql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS='' ";
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS=''";
str="$str U_DB_BASES='0' SUSPENDED='no' TIME='$TIME' DATE='$DATE'";;
pgsql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
str="$str CHARSETS='$charsets' TPL='$template' MAX_DB='$max_db'";