MTrackWeb/Login.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 20 Mar 2011 05:47:21 +0000 (13:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 20 Mar 2011 05:47:21 +0000 (13:47 +0800)
MTrackWeb/Login.php

index c6110f6..f425e31 100644 (file)
@@ -77,6 +77,11 @@ class MTrackWeb_Login extends MTrackWeb
         
         return;
     }
+    function errmsg($str) {
+        $this->errors[$str] = 1;
+        return true
+        
+    }
     
     function post()
     {