[Phpslash-commit] CVS: phpslash-ft CHANGES,1.706,1.707
Brought to you by:
joestewart,
nhruby
From: Matthew L. <sym...@us...> - 2003-02-25 15:19:28
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv20653 Modified Files: CHANGES Log Message: Fixed an SQL error in MailingList::build_body() caused by use of the obsolete 'date' column. Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.706 retrieving revision 1.707 diff -C2 -d -r1.706 -r1.707 *** CHANGES 25 Feb 2003 15:04:08 -0000 1.706 --- CHANGES 25 Feb 2003 15:19:21 -0000 1.707 *************** *** 20,26 **** emailed to the user. This allows for only a single use as well as improved security. - Mailinglist.class - Matthew - Fixed an SQL error in - MailingList::build_body() caused by use of the obsolete 'date' column. 2003-February-24 11:00AM CST Joe Stewart <joe...@us...> [B] - login.php3 -discard prefs when logging out. --- 20,28 ---- emailed to the user. This allows for only a single use as well as improved security. + 2003-February-25 8:00AM EST Matthew Leingang <sym...@us...> + [B] - Mailinglist.class - Fixed an SQL error in + MailingList::build_body() caused by use of the obsolete 'date' column. + 2003-February-24 11:00AM CST Joe Stewart <joe...@us...> [B] - login.php3 -discard prefs when logging out. *************** *** 33,36 **** --- 35,45 ---- slashAuthCR.class - reset saved_get and saved_post after logging in. + 2003-February-20 4:03PM EST Matthew Leingang <sym...@us...> + [B] - functions.inc: fixed psl_getLocalInfo to default to its input + like pslGetText + [W] - added zone.tab and iso3166.tab to contrib directory. + added directives "zone_file" and "country_file" to + config-dist.ini.php3 and changed tz.class to take note of them. + 2003-February-20 3:30PM CST Joe Stewart <joe...@us...> [B] - functions.inc - setLang sets the current language in _PSL['lang']; |