]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-mydata.php
More usage of GET_URL() than file()
[mailer.git] / inc / modules / member / what-mydata.php
index 848b54f136ea8cc18b47d8bb6f7bf014ba6fe39f..8213cb1644315351f88206ce7a3596d2c4b446c6 100644 (file)
@@ -168,11 +168,11 @@ FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
                default: // Default is the US date format... :)
                        break;
                }
+
                define('DOB', $DOB);
                define('MAX_REC_LIST', ADD_MAX_RECEIVE_LIST("member", $DATA[11], true));
 
-               if (EXT_IS_ACTIVE("country"))
-               {
+               if (EXT_IS_ACTIVE("country")) {
                        // Generate selection box
                        $OUT  = "<SELECT name=\"country_code\" class=\"member_select\" size=\"1\">\n";
                        $whereStatement = "WHERE is_active='Y'";
@@ -180,9 +180,7 @@ FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
                        $OUT .= ADD_OPTION_LINES("countries", "id", "descr", $DATA[3], "code", $whereStatement);
                        $OUT .= "</SELECT>";
                        define('__COUNTRY_CONTENT', $OUT);
-               }
-                else
-               {
+               } else {
                        // Ouput default input box
                        define('__COUNTRY_CONTENT', "<INPUT type=\"text\" name=\"cntry\" class=\"member_normal\" size=\"2\" maxlength=\"3\" value=\"".$DATA[3]."\">");
                }