Sabre Tools READ ME
-------------------

How to use Sabre Tools

(1) Enable module 'sabreTools' in admin/modules

(2) add to variables table of appropriate app database (each app keeps its own separate db)

'sabre_scheduler', 'i:1;'
or
'sabre_qms', 'i:1;'


(3) add:  dependencies[] = 'sabreTools' to the project .info file

(4)  DO NOT DOUBLE DEFINE BLOCKS, CONSTANTS, AND CSS 
Remove any duplicate definitions from your project that are handled by sabreTools

(5)  declare:  require_once( drupal_get_path('module', 'sabreTools') . '/sabreTools.utils.inc');
at the top of all php code files that use sabreTools functions
