Guest login fixed
authorRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 21:54:12 +0000 (21:54 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 21:54:12 +0000 (21:54 +0000)
inc/classes/main/user/guest/class_Guest.php

index 7868a5a8d366eaf717126e6e26758c1c0f04a48b..2058a2409e868f0b583e68d7fc4862f7aacf8858 100644 (file)
@@ -111,6 +111,17 @@ class Guest extends BaseUser implements ManageableGuest, Registerable {
        public function flushPendingUpdates () {
                // No updates will be flushed to database!
        }
+
+       /**
+        * Adds data for later complete update
+        *
+        * @param       $column         Column we want to update
+        * @param       $value          New value to store in database
+        * @return      void
+        */
+       public function addUpdateData ($column, $value) {
+               // Nothing shall be updated by user him/her self
+       }
 }
 
 // [EOF]