Exemple #1
0
 public function updateRegId($old_regId, $new_regId)
 {
     $db = new DB_Register_Functions();
     $result = $db->updateNewRegId($old_regId, $new_regId);
     if ($result) {
         error_log("Success updated RegId");
     } else {
         error_log("Fail to update RedId");
     }
 }