--- /Users/daniele/Desktop/funzionando1.2/latest/moodle19/mod/data/edit.php	2009-12-01 01:02:44.000000000 +0100
+++ /Applications/MAMP/htdocs/moodle19/mod/data/edit.php	2010-09-07 11:12:32.000000000 +0200
@@ -247,6 +247,12 @@
         }
     }  // End of form processing
 
+	if (data_atmaxentries($data) and !has_capability('mod/data:manageentries',$context)){
+		notify (get_string('atmaxentry','data'));
+		print_footer($course);
+		exit;
+	}
+
     /// Print the browsing interface
 
     $patterns = array();    //tags to replace
