]> git.mxchange.org Git - mailer.git/blobdiff - inc/databases.php
Global rewrite of engine:
[mailer.git] / inc / databases.php
index a3e8c4cb149faf9bb34c16358384703a2cc6236e..b5dcf2efb47a9227b5e57e613048af3055609231 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 08/25/2003 *
- * ===============                              Last change: 05/29/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 08/25/2003 *
+ * ===================                          Last change: 05/29/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : databases.php                                    *
@@ -47,7 +47,6 @@ addCode('WRONG_ID'         , 0x002);
 addCode('ID_LOCKED'        , 0x003);
 addCode('ID_UNCONFIRMED'   , 0x004);
 addCode('UNKNOWN_STATUS'   , 0x005);
-addCode('NO_COOKIES'       , 0x006);
 addCode('CNTR_FAILED'      , 0x008);
 addCode('LOGOUT_DONE'      , 0x008);
 addCode('LOGOUT_FAILED'    , 0x009);
@@ -77,13 +76,14 @@ addCode('LOGIN_FAILED'     , 0x020);
 addCode('BEG_SAME_AS_OWN'  , 0x021);
 addCode('UNHANDLED_STATUS' , 0x022);
 addCode('MODULE_MEM_ONLY'  , 0x023);
+addCode('ID_GUEST'         , 0x024);
 
 // Server-URL (DO NOT CHANGE THIS OR YOU CANNOT CHECK FOR UPDATES/EXTENSIONS!)
 setConfigEntry('SERVER_URL', 'http://www.mxchange.org');
 
 // Replacement strings
 $GLOBALS['replacer'] = array(
-       'userid'  => '%userid%',        // User-ID
+       'userid'  => '%userid%',        // Member id
        'surname' => '%vorname%',       // Surname
        'family'  => '%nachname%',      // Family name
        'gender'  => '%anrede%',        // Gender