|
From: Jon O. <jon...@us...> - 2006-07-05 22:50:25
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7415/modules/mx_pafiledb/pafiledb Modified Files: pafiledb_common.php Log Message: massive update Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** pafiledb_common.php 17 Jun 2006 20:13:22 -0000 1.15 --- pafiledb_common.php 5 Jul 2006 22:50:22 -0000 1.16 *************** *** 88,92 **** $pafiledb_template->set_template( $theme['template_name'] ); ! $pafiledb_user = new pafiledb_user_info(); $pafiledb = new pafiledb_public(); ?> \ No newline at end of file --- 88,92 ---- $pafiledb_template->set_template( $theme['template_name'] ); ! $pafiledb_user = new mx_user_info(); $pafiledb = new pafiledb_public(); ?> \ No newline at end of file |