X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-register.php;h=144b1e1833271e49c992af614daca1a62d0cb340;hp=b53d0bdaedbb9d31c3163d716c566c41b02abd05;hb=d3c4fdd9bfab35389e1a5ff48f3952d527c7b4bb;hpb=854fcac4ae5fe26e28e9d4d7b8361f2ab455aeb1 diff --git a/inc/modules/guest/what-register.php b/inc/modules/guest/what-register.php index b53d0bdaed..144b1e1833 100644 --- a/inc/modules/guest/what-register.php +++ b/inc/modules/guest/what-register.php @@ -198,7 +198,7 @@ if ((isFormSent()) && (($isOkay === true) || (isAdmin()))) { // @TODO Rewrite these all to a single filter $ADD1 = ''; $ADD2 = ''; - if (getExtensionVersion('theme') >= '0.0.8') { + if (isExtensionInstalledAndNewer('theme', '0.0.8')) { // Okay, add design here $ADD1 = ', `curr_theme`'; $ADD2 = ", '".getCurrentTheme()."'"; @@ -207,7 +207,7 @@ if ((isFormSent()) && (($isOkay === true) || (isAdmin()))) { // Check if I shall disable sending mail to newly registered members out about active/begging rallye // // First comes first: begging rallye - if (getExtensionVersion('beg') >= '0.1.7') { + if (isExtensionInstalledAndNewer('beg', '0.1.7')) { // Okay, shall I disable now? if (getConfig('beg_new_mem_notify') != 'Y') { $ADD1 .= ', `beg_ral_notify`, `beg_ral_en_notify`'; @@ -216,7 +216,7 @@ if ((isFormSent()) && (($isOkay === true) || (isAdmin()))) { } // END - if // Second: active rallye - if (getExtensionVersion('bonus') >= '0.7.7') { + if (isExtensionInstalledAndNewer('bonus', '0.7.7')) { // Okay, shall I disable now? if (getConfig('bonus_new_mem_notify') != 'Y') { $ADD1 .= ', `bonus_ral_notify`, `bonus_ral_en_notify`'; @@ -294,7 +294,7 @@ VALUES ('%s','%s','%s','%s','%s',%s,'%s','%s',%s, %s,%s,'%s',%s, %s,'%s','UNCONF array(bigintval($userid)), __FILE__, __LINE__); // Update mediadata as well - if ((getExtensionVersion('mediadata') >= '0.0.4') && ($locked == 'points')) { + if ((isExtensionInstalledAndNewer('mediadata', '0.0.4')) && ($locked == 'points')) { // Update database updateMediadataEntry(array('total_points'), 'add', getConfig('points_register')); } // END - if @@ -314,7 +314,7 @@ VALUES ('%s','%s','%s','%s','%s',%s,'%s','%s',%s, %s,%s,'%s',%s, %s,'%s','UNCONF // Rewrite gender $gender = translateGender(postRequestElement('gender')); - // ... rewrite a zero referal ID to the main title + // ... rewrite a zero referal id to the main title if (postRequestElement('refid') == 0) setRequestPostElement('refid', getConfig('MAIN_TITLE')); // Is ZIP code set?