DataObjects/Events.php
authorChris <chris@roojs.com>
Thu, 11 Oct 2012 06:33:07 +0000 (14:33 +0800)
committerChris <chris@roojs.com>
Thu, 11 Oct 2012 06:33:07 +0000 (14:33 +0800)
DataObjects/Events.php

index 2affc55..abd3514 100644 (file)
@@ -404,6 +404,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             return false;
         }
         print_r(123123123);
+        exit;
         // add user (eg. www-data or local user if not..)
         if (function_exists('posix_getpwuid')) {
             $uinfo = posix_getpwuid( posix_getuid () );