|
From: FlorinCB <ory...@us...> - 2008-08-31 13:29:00
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv439 Modified Files: album_integration.php Log Message: mod rewrite does not work :( Index: album_integration.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_integration.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_integration.php 31 Aug 2008 00:06:43 -0000 1.4 --- album_integration.php 31 Aug 2008 13:28:56 -0000 1.5 *************** *** 70,74 **** if (is_object($mx_mod_rewrite)) { ! $mxurl = $mx_mod_rewrite->encode(PORTAL_URL . $mxurl); } --- 70,74 ---- if (is_object($mx_mod_rewrite)) { ! //$mxurl = $mx_mod_rewrite->encode(PORTAL_URL . $mxurl); } *************** *** 85,89 **** if (is_object($mx_mod_rewrite)) { ! $mxurl = $mx_mod_rewrite->encode(PORTAL_URL . $mxurl); } --- 85,89 ---- if (is_object($mx_mod_rewrite)) { ! //$mxurl = $mx_mod_rewrite->encode(PORTAL_URL . $mxurl); } *************** *** 135,139 **** if (is_object($mx_mod_rewrite)) { ! $mxurl = $mx_mod_rewrite->encode($mxurl); } --- 135,139 ---- if (is_object($mx_mod_rewrite)) { ! //$mxurl = $mx_mod_rewrite->encode($mxurl); } *************** *** 196,200 **** if (is_object($mx_mod_rewrite)) { ! $mxurl = $mx_mod_rewrite->encode($mxurl); } --- 196,200 ---- if (is_object($mx_mod_rewrite)) { ! //$mxurl = $mx_mod_rewrite->encode($mxurl); } |