fix some stuff, break some stuff (ports disaply is missing some stuff atm)

git-svn-id: http://www.observium.org/svn/observer/trunk@2290 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-05-12 22:14:56 +00:00
parent 48f4c0e131
commit 6bcc4f4e48
17 changed files with 90 additions and 146 deletions

View File

@@ -481,7 +481,7 @@ function log_event($text, $device = NULL, $type = NULL, $reference = NULL)
'datetime' => array("NOW()"),
'message' => $text);
return $dbInsert($insert, 'eventlog');
dbInsert($insert, 'eventlog');
}