X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fsurfbar_functions.php;h=c183e5e0aafac1610bae4db28a06d7794ffc80c8;hp=321a76a64e8b1f1947fe9dd14304886bbc41fee6;hb=8b71e1e79133cd3148fd66ed319920cf58d4360b;hpb=e49ee20d8174b780048a140cf575ad930e662d86 diff --git a/inc/libs/surfbar_functions.php b/inc/libs/surfbar_functions.php index 321a76a64e..c183e5e0aa 100644 --- a/inc/libs/surfbar_functions.php +++ b/inc/libs/surfbar_functions.php @@ -574,7 +574,6 @@ function SURFBAR_REGISTER_URL ($url, $uid, $status="PENDING", $addMode="reg", $l } // END - if // Translate status and limit - $content['status'] = SURFBAR_TRANSLATE_STATUS($content['status']); $content['limit'] = SURFBAR_TRANSLATE_LIMIT($content['limit']); // If in reg-mode we notify admin @@ -1206,7 +1205,6 @@ function SURFBAR_CHANGE_STATUS ($urlId, $prevStatus, $newStatus, $data=array()) $data[$urlId]['frametester'] = FRAMETESTER($data[$urlId]['url']); $data[$urlId]['reward'] = TRANSLATE_COMMA($_CONFIG['surfbar_static_reward']); $data[$urlId]['costs'] = TRANSLATE_COMMA($_CONFIG['surfbar_static_costs']); - $data[$urlId]['status'] = SURFBAR_TRANSLATE_STATUS($newStatus); // Send admin notification SURFBAR_NOTIFY_ADMIN("url_{$newStatus}", $data[$urlId]);