VERSION 0.6.20 : 2006-08-22
--------------------------
FIXED
    * generic.php
        : remove "&amp;", "&lt;", "&gt;" from username

VERSION 0.6.19 : 2006-08-10
--------------------------
FIXED
    * time.class.php
        : check_holiday if holiday month and date < 10
    * generic.php
    	: cURL verify SSL certificate authority 
    	
VERSION 0.6.18 : 2006-07-06
--------------------------
ADD
    * /time.class.php
        : added time class to determine holidays
    * /message.class.php
    	: delete_message function to delete qued messages
    * /api_email.php
    	: allow normal administrator to parse email
  		
VERSION 0.6.17 : 2006-06-07
--------------------------
CHANGE
    * /email.class.php
        : fixed potential perpetual email loop if quotation inserted in quote
  	* generic.php
  		: inserted IE security policy in header
        
VERSION 0.6.16 : 2006-05-27
--------------------------
CHANGE
    * generic.php
        : changed the name of upload files

VERSION 0.6.15 : 2006-05-06
--------------------------
CHANGE
	* generic.php
	  : added the phone constraints to xml
	  : added an extra param not to use curl on get_web_contents
	* email.class.php/message_schedule.php
	  :  store extracted information in the database

VERSION 0.6.14 : 2006-04-10
--------------------------
CHANGE
	* ts_main.php
	  : set that if no module and function that it defaults to session = login with
	    offsite login refresh

VERSION 0.6.13 : 2006-03-11
--------------------------
CHANGE
	* email.class.php/message.class.php
	  : added hidden start tag to help process
    * generic.php
      : if an xsl transform error occurs, say which xsl file in trigger


VERSION 0.6.12 : 2006-03-07
--------------------------
FIXED
    * generic.php
      : fixed writing settings that contain a ' character
	* database.class.php
	  : allows the get next id to start at a different value
	* generic.php
	  : added extra check for language and theme
    * spelling errors
VERSION 0.6.10 : 2006-02-28
--------------------------
CHANGED
    * message.class.php
      : changed error messages
FIXED
    * ts_index.php
      : set that no errors are echo'd as that messes up xml
    * footer.xsl
      : only use javascript refresh for 10 seconds or more

VERSION 0.6.9 : 2006-02-27
--------------------------   
FIXED
    * generic.php
      : keep expire seconds in session

VERSION 0.6.8 : 2006-02-26
--------------------------   
FIXED
    * message.class.php
      : fixed email image receipt

VERSION 0.6.7 : 2006-02-23
--------------------------
IMPROVEMENTS
    * header.xsl/xml.class.php/generic.php/config.inc.php
      : error codes are now optional
    * footer.xsl
      : put the timeout code in the footer in javascript
    
FIXED
    * generic.php
      : fixed public function for purchase order

VERSION 0.6.6 : 2006-02-22
--------------------------
FIXED
    * message.class.php
      : fixed email cc
      
CHANGED
    * generic.php
      : can write settings using rename function

VERSION 0.6.5 : 2006-02-17
--------------------------
IMPROVEMENTS
    * message.class.php
      : strips out extra images based on user setting
    * ts_index.php
      : can set theme
    * ts_menu.php
      : uses settings for menu generation

VERSION 0.6.4 : 2006-02-16
--------------------------
IMPROVEMENTS
    * generic.php
      : checks if ssl must be verified
      : prints out curl error
      
FIXED
    * generic.php
      : remove server_ip param, set by api

VERSION 0.6.3 : 2006-02-15
--------------------------
FIXED
    * generic.php
      : when reformating phone numbers, also strip -
      
VERSION 0.6.2 : 2006-02-14
--------------------------
FIXED
    * message.class.php
      : send email in the user's theme
      
CHANGED
    * error.php
      : new generic error messages

VERSION 0.6.1 : 2006-02-13
--------------------------
CHANGED
    * generic.php
      : re-inserted file_upload function for backward compitablity