Added comment banners to helpers.
This commit is contained in:
parent
b0db1289f4
commit
b68afb8a71
1 changed files with 29 additions and 18 deletions
|
@ -1,4 +1,15 @@
|
||||||
<?php
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Easy!Appointments - Open Source Web Scheduler
|
||||||
|
*
|
||||||
|
* @package EasyAppointments
|
||||||
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||||
|
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
|
||||||
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
||||||
|
* @link http://easyappointments.org
|
||||||
|
* @since v1.0.0
|
||||||
|
* ---------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if a string date is valid for insertion or update
|
* Check if a string date is valid for insertion or update
|
||||||
|
|
Loading…
Reference in a new issue