API CHANGE Removed Controller::PastVisitor(), used PastMember() instead

This commit is contained in:
Ingo Schommer 2011-04-28 23:00:59 +12:00
parent a7b9f0237e
commit cd6115b85b

View File

@ -394,15 +394,6 @@ class Controller extends RequestHandler {
return Member::currentUser();
}
/**
* Returns true if the visitor has been here before
* @return boolean
*/
function PastVisitor() {
user_error("Controller::PastVisitor() is deprecated", E_USER_NOTICE);
return false;
}
/**
* Return true if the visitor has signed up for a login account before
* @return boolean