From 74655bac2731766ff5bbf703a068afdd9f01ec73 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 8 May 2009 04:45:23 -0700 Subject: [PATCH] comment out example thingy --- core/event.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/event.class.php b/core/event.class.php index 11277031..6db3c22e 100644 --- a/core/event.class.php +++ b/core/event.class.php @@ -113,12 +113,14 @@ class LogEvent extends Event { $this->time = time(); // this should be an extension + /* $ftime = date("Y-m-d H:i:s", $this->time); $username = $context->user->name; $ip = $_SERVER['REMOTE_ADDR']; $fp = fopen("shimmie.log", "a"); fputs($fp, "$ftime\t$section/$priority\t$username/$ip\t$message\n"); fclose($fp); + */ } } ?>