Index: branches/5.0.x/core/install/install_toolkit.php =================================================================== diff -u -N -r12587 -r12694 --- branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12587) +++ branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12694) @@ -1,6 +1,6 @@ Application->getUnitOption('theme', 'TableName'); $sql = 'SELECT Name, ' . $id_field . ' - FROM ' . $table_name . 'ORDER BY Name ASC'; + FROM ' . $table_name . ' + ORDER BY Name ASC'; return $this->Conn->GetCol($sql, $id_field); }