diff --git a/include/notification.php b/include/notification.php index 2b07f00..1d798ce 100644 --- a/include/notification.php +++ b/include/notification.php @@ -1,6 +1,12 @@ query("INSERT INTO `notification` (`username`, `message`, `url`, `type`, `time`) VALUES ('%s', '%s', '%s', '%s', '%s')", array($username, $message, $url, $type, $time)); }