Change the follow me methods to add and update remove the follow_me_ prefix.

This commit is contained in:
Mark Crane 2013-07-09 00:07:59 +00:00
parent 56fe969fe4
commit adf677f63c
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ include "root.php";
public $destination_timeout = 0;
public $destination_order = 1;
public function follow_me_add() {
public function add() {
//set the global variable
global $db;
@ -93,7 +93,7 @@ include "root.php";
$this->follow_me_destinations();
} //end function
public function follow_me_update() {
public function update() {
//set the global variable
global $db;
//update follow me table