drupal_set_message(t('Dump filename %title must contain alphanumeric characters, dots, dashes and underscores only. Other characters, including blanks (spaces), are not allowed.',array('%title'=>$values['filename'])),'error');
returnfalse;
returnFALSE;
}
if(!empty($values['description'])){
...
...
@@ -480,6 +480,7 @@ function demo_enum_tables() {
case'mysqli':
$result=db_query("SHOW TABLES");
break;
case'pgsql':
$result=db_query("SELECT table_name FROM information_schema.tables WHERE table_schema = '%s'",'public');