|
From: Jon O. <jon...@us...> - 2006-12-17 11:38:09
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4646/modules/mx_phpbb Modified Files: mx_phpbb.php Log Message: fix for using avatars Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_phpbb.php 14 Sep 2006 09:34:33 -0000 1.11 --- mx_phpbb.php 17 Dec 2006 11:38:05 -0000 1.12 *************** *** 28,31 **** --- 28,32 ---- // $HTTP_POST_VARS = $_SESSION['mxbb_post_vars']; + $HTTP_POST_FILES = $_SESSION['mxbb_post_files']; // |