|
From: Chris W. <la...@us...> - 2001-10-24 02:49:21
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_error In directory usw-pr-cvs1:/tmp/cvs-serv25655 Modified Files: Changes package.conf Log Message: fixed dumb naming error (date_read vs read_date) in handler Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/Changes,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Changes 2001/10/07 20:18:13 1.19 --- Changes 2001/10/24 02:49:19 1.20 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract package base_error. + 1.33 Tue Oct 23 23:04:22 EDT 2001 + + Fixed handler 'read_date' calls to 'date_read' (Thanks to Mike + Eggleston <mi...@mi...> for the error report.) + 1.32 Sun Oct 7 16:32:05 EDT 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_error/package.conf,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** package.conf 2001/10/07 20:18:13 1.19 --- package.conf 2001/10/24 02:49:19 1.20 *************** *** 1,4 **** name base_error ! version 1.32 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ --- 1,4 ---- name base_error ! version 1.33 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ |