disabled unique attribute check

This commit is contained in:
Roland Gruber 2011-07-21 17:52:34 +00:00
parent 525fd3a718
commit 0bfb902004
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ $config->custom->appearance['show_schema_link'] = false;
if (!checkIfWriteAccessIsAllowed()) {
$servers->setValue('server','read_only',true);
}
$servers->setValue('unique','attrs',array());
?>