tbrehm
2009-03-17 626636f5b5874a48a3a016b8998e66a2fb94d70b
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)) {