Go to the documentation of this file.00001 <?php
00002 global $g_weekday_names;
00003
00004 $g_weekday_names = array ( "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" );
00005
00006 define ( "_DEFAULT_DURATION", "N.A. Meetings are usually 60 minutes long (an hour), unless otherwise indicated." );
00007 define ( "_PDF_AUTHOR", "Basic Meeting List Toolbox" );
00008 define ( "_PDF_CREATOR", "http://magshare.org/welcome-to-magshare/bmlt-the-basic-meeting-list-toolbox/" );
00009 define ( "_PDF_CONTD", " (Continued)" );
00010 define ( "_PDF_LEGEND_HEADER", "Meeting Format Codes" );
00011 define ( "_PDF_PAGE", "Page" );
00012 ?>