Sweet! THanks Razz... I fixed the gal_setting typos mentioned in your earlier post and I found the sneaky little bug that was causing the datastore to be built in danger mode even when you were actually choosing safe mode.
To upgrade, replace the gal_admin file with the one included in the 2.04 package. Also, edit your functions_showthread.php file and replace:
PHP Code:
if ($gal_setting['leading_space']==1){
with
PHP Code:
if ($gal_settings['leading_space']==1){
Should work now