X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Frallye_functions.php;h=ba5e615897a5565f36b1de50d56b0c150f664935;hp=59c1f0192f29f6005113ce91fa2cea04f8588a34;hb=e45e218c4f629ec63f0788cab231bfc88b3fa46e;hpb=9f5f55cd28eebd7b389c13f7c3be500ff43d0a28 diff --git a/inc/libs/rallye_functions.php b/inc/libs/rallye_functions.php index 59c1f0192f..ba5e615897 100644 --- a/inc/libs/rallye_functions.php +++ b/inc/libs/rallye_functions.php @@ -320,7 +320,7 @@ function addUserToReferalRallye ($userid, $content = array()) { $add = ''; // Updated extension? - if (getExtensionVersion('rallye') >= '0.2.0') { + if (isExtensionInstalledAndNewer('rallye', '0.2.0')) { $add .= ", `min_users`, `min_prices`"; } // END - if @@ -340,7 +340,7 @@ LIMIT 1", __FUNCTION__, __LINE__); $min_users = '0'; $min_prices = '0'; // Load data - if (getExtensionVersion('rallye') >= '0.2.0') { + if (isExtensionInstalledAndNewer('rallye', '0.2.0')) { list($id, $title, $start, $end, $notify, $min_users, $min_prices) = SQL_FETCHROW($result); } else { list($id, $title, $start, $end, $notify) = SQL_FETCHROW($result); @@ -804,7 +804,7 @@ function addReferalRallyeTemplateSelection ($name = 'template', $default = '') { // function getReferalRallyeRefsCount ($userid, $old = '0') { // Check current refs - if (getExtensionVersion('cache') >= '0.1.2') { + if (isExtensionInstalledAndNewer('cache', '0.1.2')) { // Get refs from cache $cnt = '0'; foreach ($GLOBALS['cache_array']['refsystem']['userid'] as $id => $userid) {