* Plugin Name: GLM Members Database Events
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.3.10
+ * Version: 1.3.11
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabaseEventsAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.3.10
+ * @version 1.3.11
*/
/*
* so that we're sure the other add-ons see an up to date
* version from this plugin.
*/
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.3.10');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.3.11');
define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.0.22');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
(function(){
if ($('#glm-event-from').length > 0) {
- $('#glm-event-from').datepicker();
- $('#glm-event-to').datepicker();
+ $('#glm-event-from').datepicker({
+ dateFormat: "mm/dd/yy"
+ });
+ $('#glm-event-to').datepicker({
+ dateFormat: "mm/dd/yy"
+ });
}
$('#glm-event-detail-backtosearch').click(function(){
window.history.back();
$pdfY -= self::LINE_HEIGHT;
}
$intro->draw($page->getCanvas(), self::PDF_LFT_COL_X, $pdfY);
- //echo '<pre>lineCount: ' . print_r($lineCount, true) . '</pre>';
$pdfY -= self::LINE_HEIGHT;// * $lineCount;
$page->getCanvas()->draw()->line(self::PDF_LFT_COL_X, $pdfY, self::PDF_WIDTH, $pdfY);
} catch(SetaPDF_Exception $e) {
echo '<p>SetaPDF_Exception: ' . $e->getMessage() . '</p>';
} catch(Exception $e) {
- echo '<p>Exception: ' . $e->getMessage() . '</p>';
- echo '<pre>' . print_r( $e, true ) . '</pre>';
+ //echo '<p>Exception: ' . $e->getMessage() . '</p>';
+ //echo '<pre>' . print_r( $e, true ) . '</pre>';
}
exit;
break;
$calendar_view = $calendar_view[0]['calendar_view'];
}
- print_r($calDates);
// Compile template data
$templateData = array(
'assetsUrl' => GLM_MEMBERS_EVENTS_PLUGIN_URL . 'assets/',