|
From: FlorinCB <ory...@us...> - 2010-01-06 20:27:24
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26117/pafiledb/modules Modified Files: pa_search.php pa_toplist.php Log Message: Index: pa_toplist.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_toplist.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** pa_toplist.php 8 Oct 2009 23:23:26 -0000 1.28 --- pa_toplist.php 6 Jan 2010 20:27:15 -0000 1.29 *************** *** 292,296 **** else { ! $posticon = '<img src="' . ICONS_DIR . $file_rowset[$i]['file_posticon'] . '" border="0" />'; } } --- 292,296 ---- else { ! $posticon = '<img src="' . PORTAL_URL . $module_root_path . ICONS_DIR . $file_rowset[$i]['file_posticon'] . '" border="0" />'; } } *************** *** 490,494 **** else { ! $posticon = '<img src="' . ICONS_DIR . $searchset[$i]['file_posticon'] . '" border="0" />'; } } --- 490,494 ---- else { ! $posticon = '<img src="' . PORTAL_URL . $module_root_path . ICONS_DIR . $searchset[$i]['file_posticon'] . '" border="0" />'; } } Index: pa_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_search.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** pa_search.php 8 Oct 2009 23:23:26 -0000 1.29 --- pa_search.php 6 Jan 2010 20:27:15 -0000 1.30 *************** *** 554,558 **** else { ! $posticon = '<img src="' . ICONS_DIR . $searchset[$i]['file_posticon'] . '" border="0" />'; } } --- 554,558 ---- else { ! $posticon = '<img src="' . PORTAL_URL . $module_root_path . ICONS_DIR . $searchset[$i]['file_posticon'] . '" border="0" />'; } } |