|
From: FlorinCB <ory...@us...> - 2008-12-17 00:26:43
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21731/includes Modified Files: cal_functions.php Log Message: development version 2.9.0 Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** cal_functions.php 16 Dec 2008 23:26:57 -0000 1.18 --- cal_functions.php 17 Dec 2008 00:26:36 -0000 1.19 *************** *** 578,582 **** } ! if ( ( $currentdate > $submitdate ) && !$cal_config['allow_old'] ) { // Nothing in the subject line: Reject it. --- 578,582 ---- } ! if ( ( $currentdate > $submitdate ) && !$cal_config['allow_old'] && ($userdata['user_level'] != ADMIN) ) { // Nothing in the subject line: Reject it. |