This tool is for ResourceSpace developers only. It (re)creates the database structures defined in the 'dbstruct' folder using the current database as a master. Do not run this unless you are sure what it does. Do not commit the changed dbstruct files back to Subversion unless you intend to alter the database structure for all installations.

' . $label . ': '; if (count($array) == 0) { echo 'for all tables

'; return; } $first = true; foreach ($array as $item) { if ($first) { $first = false; } else { echo ', '; } echo $item; } echo '

'; } ?>