]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
This files should remain as 3d-party
[mailer.git] / mailid.php
index 561d51b9eabf035d71474e41332f021a4542cf8e..8c0bc03e793c4e938ac96e455cd3d8b83db389f1 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bestaetigung von Mails                           *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -171,29 +171,29 @@ if (isInstalled()) {
                                                                // Load template
                                                                LOAD_TEMPLATE("mailid_frames");
                                                        } else {
-                                                               $msg = constant('CODE_DATA_INVALID');
+                                                               $msg = getCode('DATA_INVALID');
                                                        }
                                                } else {
-                                                       $msg = constant('CODE_POSSIBLE_INVALID');
+                                                       $msg = getCode('POSSIBLE_INVALID');
                                                }
                                        } else {
-                                               $msg = constant('CODE_ACCOUNT_LOCKED');
+                                               $msg = getCode('ACCOUNT_LOCKED');
                                        }
                                } else {
                                        SQL_FREERESULT($result);
-                                       $msg = constant('CODE_USER_404');
+                                       $msg = getCode('USER_404');
                                }
                        } else {
                                SQL_FREERESULT($result);
-                               $msg = constant('CODE_STATS_404');
+                               $msg = getCode('STATS_404');
                        }
                } else {
                        SQL_FREERESULT($result);
-                       $msg = constant('CODE_ALREADY_CONFIRMED');
+                       $msg = getCode('ALREADY_CONFIRMED');
                }
        } else {
                // Nothing entered
-               $msg = constant('CODE_ERROR_MAILID');
+               $msg = getCode('ERROR_MAILID');
        }
 
        // Error code is set?
@@ -209,7 +209,7 @@ if (isInstalled()) {
 
                        default:
                                DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown status %s detected in mailid_error_redirect.", getConfig('mailid_error_redirect')));
-                               LOAD_URL("modules.php?module=index&msg=".constant('CODE_UNKNOWN_STATUS')."&ext=mailid");
+                               LOAD_URL("modules.php?module=index&msg=".getCode('UNKNOWN_STATUS')."&ext=mailid");
                                break;
                }
        } else {