Changeset 1104099 for cp-reservation-calendar
- Timestamp:
- 03/03/2015 12:45:25 PM (10 years ago)
- Location:
- cp-reservation-calendar
- Files:
-
- 46 added
- 2 edited
-
tags/1.1.7 (added)
-
tags/1.1.7/README.txt (added)
-
tags/1.1.7/TDE_RCalendar (added)
-
tags/1.1.7/TDE_RCalendar/TDERCalendar.js (added)
-
tags/1.1.7/TDE_RCalendar/admin.js (added)
-
tags/1.1.7/TDE_RCalendar/all-css-admin.css (added)
-
tags/1.1.7/TDE_RCalendar/all-css.css (added)
-
tags/1.1.7/TDE_RCalendar/all-scripts.js (added)
-
tags/1.1.7/TDE_RCalendar/calendar.js (added)
-
tags/1.1.7/TDE_RCalendar/callt.gif (added)
-
tags/1.1.7/TDE_RCalendar/calrt.gif (added)
-
tags/1.1.7/TDE_RCalendar/close.gif (added)
-
tags/1.1.7/TDE_RCalendar/delete.gif (added)
-
tags/1.1.7/TDE_RCalendar/dom.js (added)
-
tags/1.1.7/TDE_RCalendar/event.js (added)
-
tags/1.1.7/TDE_RCalendar/events.gif (added)
-
tags/1.1.7/TDE_RCalendar/events.php (added)
-
tags/1.1.7/TDE_RCalendar/left.gif (added)
-
tags/1.1.7/TDE_RCalendar/left_pending.gif (added)
-
tags/1.1.7/TDE_RCalendar/logo.gif (added)
-
tags/1.1.7/TDE_RCalendar/middle.gif (added)
-
tags/1.1.7/TDE_RCalendar/middle_left_pending.gif (added)
-
tags/1.1.7/TDE_RCalendar/middle_right_pending.gif (added)
-
tags/1.1.7/TDE_RCalendar/public.js (added)
-
tags/1.1.7/TDE_RCalendar/right.gif (added)
-
tags/1.1.7/TDE_RCalendar/right_pending.gif (added)
-
tags/1.1.7/TDE_RCalendar/yahoo.js (added)
-
tags/1.1.7/captcha (added)
-
tags/1.1.7/captcha/captcha.php (added)
-
tags/1.1.7/captcha/font-1.ttf (added)
-
tags/1.1.7/captcha/font-2.ttf (added)
-
tags/1.1.7/captcha/font-3.ttf (added)
-
tags/1.1.7/captcha/font-4.ttf (added)
-
tags/1.1.7/dex_reservations.php (added)
-
tags/1.1.7/dex_reservations_admin_int.inc.php (added)
-
tags/1.1.7/dex_reservations_admin_int_calendar_list.inc.php (added)
-
tags/1.1.7/dex_reservations_script.js (added)
-
tags/1.1.7/dex_scheduler.inc.php (added)
-
tags/1.1.7/images (added)
-
tags/1.1.7/images/dex_apps.gif (added)
-
tags/1.1.7/languages (added)
-
tags/1.1.7/languages/default-es.mo (added)
-
tags/1.1.7/languages/default-es.po (added)
-
tags/1.1.7/screenshot-1.png (added)
-
tags/1.1.7/screenshot-2.png (added)
-
tags/1.1.7/screenshot-3.png (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/dex_reservations.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cp-reservation-calendar/trunk/README.txt
r1095949 r1104099 142 142 * Fixed issues related to the get_site_url when WP site not in the default folder 143 143 144 = 1.1.7 = 145 * Security updates (Thanks to Christian Mondragon Uriel Zarate) 146 * Update to the function that generates the IPN url. 147 * Fixed bug in email processing. 148 144 149 Important note: If you are using the Professional version don't update via the WP dashboard but using your personal update link. Contact us if you need further information: http://wordpress.dwbooster.com/support 145 150 … … 148 153 Very Important note: If you are using the Professional version don't update via the WP dashboard but using your personal update link. Contact us if you need further information: http://wordpress.dwbooster.com/support 149 154 150 = 1.1.6 = 151 * Compatible with the latest WP versions 152 * Better interface and access to the plugin options 153 * Minor bug fixes 154 * Fixed issues related to the get_site_url when WP site not in the default folder 155 = 1.1.7 = 156 * Security updates (Thanks to Christian Mondragon Uriel Zarate) 157 * Update to the function that generates the IPN url. 158 * Fixed bug in email processing. 155 159 156 160 -
cp-reservation-calendar/trunk/dex_reservations.php
r1102125 r1104099 4 4 Plugin URI: http://wordpress.dwbooster.com/calendars/cp-reservation-calendar 5 5 Description: This plugin allows you to easily insert reservation forms into your WP website. 6 Version: 1.1. 66 Version: 1.1.7 7 7 Author: CodePeople.net 8 8 Author URI: http://codepeople.net … … 408 408 409 409 if (!defined('CP_CALENDAR_ID')) 410 define ('CP_CALENDAR_ID', $_POST["dex_item"]);410 define ('CP_CALENDAR_ID',intval($_POST["dex_item"])); 411 411 412 412 session_start(); … … 421 421 $_SESSION['rand_code'] = ''; 422 422 423 $selectedCalendar = $_POST["dex_item"];423 $selectedCalendar = intval($_POST["dex_item"]); 424 424 425 425 $_POST["dateAndTime_s"] = $_POST["selYear_start".$selectedCalendar]."-".$_POST["selMonth_start".$selectedCalendar]."-".$_POST["selDay_start".$selectedCalendar]; … … 619 619 global $wpdb; 620 620 if (!defined('CP_CALENDAR_ID')) 621 define ('CP_CALENDAR_ID', $_POST["dex_item"]);621 define ('CP_CALENDAR_ID',intval($_POST["dex_item"])); 622 622 623 623 $data = array( … … 671 671 return; 672 672 @ob_clean(); 673 $_GET["id"] = intval($_GET["id"]); 673 674 header("Cache-Control: no-store, no-cache, must-revalidate"); 674 675 header("Pragma: no-cache"); … … 776 777 else 777 778 { 778 $myrows = $wpdb->get_results( "SELECT * FROM ".DEX_RESERVATIONS_CONFIG_TABLE_NAME." WHERE id=". CP_CALENDAR_ID);779 $myrows = $wpdb->get_results( "SELECT * FROM ".DEX_RESERVATIONS_CONFIG_TABLE_NAME." WHERE id=".intval(CP_CALENDAR_ID) ); 779 780 $value = $myrows[0]->$field; 780 781 $dex_option_buffered_item = $myrows[0];
Note: See TracChangeset
for help on using the changeset viewer.