X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabases.php;h=82f7ebb0b8f8e60726503d58e589c60323f2f558;hb=26f2da755103cc6ef9134c7275c94d738beb83c8;hp=3f211dc09848bde239a5ad0c6b1e7df0548dcb46;hpb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;p=mailer.git diff --git a/inc/databases.php b/inc/databases.php index 3f211dc098..82f7ebb0b8 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -47,13 +48,14 @@ addCode('WRONG_ID' , 0x002); addCode('ACCOUNT_LOCKED' , 0x003); addCode('ACCOUNT_UNCONFIRMED', 0x004); addCode('UNKNOWN_STATUS' , 0x005); +addCode('NO_MAIL_TYPE' , 0x006); addCode('CNTR_FAILED' , 0x008); addCode('LOGOUT_DONE' , 0x008); addCode('LOGOUT_FAILED' , 0x009); addCode('URL_TLOCK' , 0x00a); addCode('URL_FOUND' , 0x00b); addCode('OVERLENGTH' , 0x00c); -addCode('SUBJ_URL' , 0x00d); +addCode('SUBJECT_URL' , 0x00d); addCode('BLIST_URL' , 0x00e); addCode('NO_RECS_LEFT' , 0x00f); addCode('INVALID_TAGS' , 0x010); @@ -74,9 +76,12 @@ addCode('MENU_NOT_VALID' , 0x01f); addCode('LOGIN_FAILED' , 0x020); addCode('BEG_SAME_AS_OWN' , 0x021); addCode('UNHANDLED_STATUS' , 0x022); -addCode('MODULE_MEM_ONLY' , 0x023); +addCode('MODULE_MEMBER_ONLY' , 0x023); addCode('UNKNOWN_ERROR' , 0x024); +// Full version +setConfigEntry('FULL_VERSION', '0.2.1-FINAL'); + // Server-URL (DO NOT CHANGE THIS OR YOU CANNOT CHECK FOR UPDATES/EXTENSIONS!) setConfigEntry('SERVER_URL', 'http://www.mxchange.org');