tbrehm
2009-03-10 a9b8a7b6da1f6b497ba124b49c0e56f08ca37f53
server/lib/classes/modules.inc.php
@@ -192,7 +192,7 @@
      global $app;
      
      // Get the hooks for this table
      $hooks = $this->notification_hooks[$table_name];
      $hooks = (isset($this->notification_hooks[$table_name]))?$this->notification_hooks[$table_name]:'';
      if($this->debug) $app->log("Raised TableHook for table: '$table_name'",LOGLEVEL_DEBUG);
      
      if(is_array($hooks)) {