|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:16
|
Update of /cvsroot/mxbb/mx_quotations/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4262/includes Modified Files: mx_quotations_add.php mx_quotations_del.php mx_quotations_edit.php Log Message: for 2.9.x Index: mx_quotations_add.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_add.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_quotations_add.php 29 Jun 2006 22:45:07 -0000 1.10 --- mx_quotations_add.php 9 Sep 2007 20:49:09 -0000 1.11 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( isset( $HTTP_POST_VARS['sent'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( isset( $HTTP_POST_VARS['sent'] ) ) Index: mx_quotations_del.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_del.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_quotations_del.php 29 Jun 2006 19:06:57 -0000 1.8 --- mx_quotations_del.php 9 Sep 2007 20:49:09 -0000 1.9 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) Index: mx_quotations_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_edit.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_quotations_edit.php 29 Jun 2006 22:45:07 -0000 1.10 --- mx_quotations_edit.php 9 Sep 2007 20:49:09 -0000 1.11 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) |