From: Roland Häder Date: Mon, 30 Jun 2008 21:54:12 +0000 (+0000) Subject: Guest login fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80e4a72ab446be3de168df4f7e2f6c7a10b9d614;p=shipsimu.git Guest login fixed --- diff --git a/inc/classes/main/user/guest/class_Guest.php b/inc/classes/main/user/guest/class_Guest.php index 7868a5a..2058a24 100644 --- a/inc/classes/main/user/guest/class_Guest.php +++ b/inc/classes/main/user/guest/class_Guest.php @@ -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]