web/ticket.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 11:01:14 +0000 (19:01 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 11:01:14 +0000 (19:01 +0800)
web/ticket.php

index 5cb484e..c66b96b 100644 (file)
@@ -150,7 +150,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST')
   }
 
   if (isset($_POST['action']) && !$preview) {
-    $act= explode('_', $_POST['action'] , 2)
+    $act= explode('_', $_POST['action'] , 2);
     switch ($act) {
       case 'leave':
         break;