--- /var/www/localhost/htdocs/testing/drupal-5.1/sites/all/modules/imce_gallery/imce_gallery.module 2007-03-06 17:17:42.000000000 -0600 +++ /var/www/localhost/htdocs/testing/kitchen/sites/all/modules/imce_gallery/imce_gallery.module 2007-03-27 23:31:20.000000000 -0500 @@ -337,7 +337,7 @@ function imce_gallery_form_validate($for $sql_check2 = "SELECT g_name FROM {imce_gallery} WHERE uid=%d"; $g_count = db_num_rows(db_query($sql_check2, $uid)); - if($op == 'Create' && $g_count >= $_MAX) + if($op == 'Create' && $g_count >= $_MAX && $_MAX != '') form_set_error('gallery_name', "You have reached the maximum amount of Gallery Creation. Please contact the administrator to increase the max amount of Galleries allowed."); }