|
From: Jon O. <jon...@us...> - 2006-08-15 14:09:57
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30497/modules/mx_pafiledb/pafiledb/includes Modified Files: functions_pafiledb.php Log Message: fix quickdl block Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** functions_pafiledb.php 13 Aug 2006 18:53:09 -0000 1.40 --- functions_pafiledb.php 15 Aug 2006 14:09:54 -0000 1.41 *************** *** 1283,1287 **** 'SHOW_RATINGS' => ( $pa_use_ratings ? true : false ), 'U_FILE' => append_sid( $this->this_mxurl( 'action=file&file_id=' . $file_rowset[$i]['file_id'], false, false, $target_page_id ) ), ! 'U_FILE_JUMP' => append_sid( $this->this_mxurl( 'action=download&file_id=' . $file_rowset[$i]['file_id'], false, false, $target_page_id ) ), 'COLOR' => ( ( $i % 2 ) ? "row2" : "row1" ), 'POSTER' => $file_poster, --- 1283,1287 ---- 'SHOW_RATINGS' => ( $pa_use_ratings ? true : false ), 'U_FILE' => append_sid( $this->this_mxurl( 'action=file&file_id=' . $file_rowset[$i]['file_id'], false, false, $target_page_id ) ), ! 'U_FILE_JUMP' => append_sid( $this->this_mxurl( 'action=download&file_id=' . $file_rowset[$i]['file_id'], true, false ) ), 'COLOR' => ( ( $i % 2 ) ? "row2" : "row1" ), 'POSTER' => $file_poster, |