--- ./pear_local/php/PHPOF2/Audit/GenericDb.php.orig	2011-04-20 14:16:50.000000000 +0100
+++ ./pear_local/php/PHPOF2/Audit/GenericDb.php	2011-04-20 14:18:08.000000000 +0100
@@ -85,6 +85,11 @@
 
 	public function recordEvent($event_type, $table_name, $pri_key, $owner, $note, array $changes)
 	{	
+		// Check if there is any information to record
+		if (empty($note) && count($changes)==0) {
+			return;
+		}
+	
 		// Mapping of input variables to the audit_events table columns
 		$storage_mappings = array(
 			'event_type' => 'type',
