|
From: FlorinCB <ory...@us...> - 2008-09-16 22:09:05
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1815 Modified Files: pa_lists.php Log Message: fix for php6 Index: pa_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_lists.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pa_lists.php 3 Jun 2008 20:17:09 -0000 1.6 --- pa_lists.php 17 Sep 2008 05:09:00 -0000 1.7 *************** *** 25,29 **** * @param unknown_type $action */ ! function main( $action ) { global $template, $lang, $phpEx, $pafiledb_config, $userdata; --- 25,29 ---- * @param unknown_type $action */ ! function main( $action = false ) { global $template, $lang, $phpEx, $pafiledb_config, $userdata; |