Xataface CKeditor Module 0.3
CKeditor Widget for Xataface
lib/ckeditor/ckeditor.php
Go to the documentation of this file.
00001 <?php
00002 /*
00003  * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
00004  * For licensing, see LICENSE.html or http://ckeditor.com/license
00005  */
00006 
00026 if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) )
00027         include_once( 'ckeditor_php4.php' ) ;
00028 else
00029         include_once( 'ckeditor_php5.php' ) ;
 All Data Structures Files Functions Variables