--- /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 17:26:03.000000000 -0500 @@ -337,8 +337,8 @@ 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) - 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."); + 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.".gettype($_MAX)); } function imce_gallery_form_submit($form_id, $form_values) {