[Openfirst-cvscommit] base/config auth.php,1.11,1.12
Brought to you by:
xtimg
From: <xt...@us...> - 2003-11-23 22:47:38
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv12279 Modified Files: auth.php Log Message: Add dummy function to ensure that older versions of modules function properly with newer versions of the base module. Index: auth.php =================================================================== RCS file: /cvsroot/openfirst/base/config/auth.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** auth.php 23 Nov 2003 15:24:39 -0000 1.11 --- auth.php 23 Nov 2003 22:47:34 -0000 1.12 *************** *** 204,206 **** --- 204,211 ---- unset($q); } + + /* This is here for legacy reasons, so as to make previous versions + * of certain modules function with the newer base modules. + */ + function membersmenu() { return(0); } ?> |