Current File : //opt/RZphp72/includes/Contact_Vcard_Build.php |
<?php
/**
* This file is kept for backwards compatibility reasons only
*
* Parse vCard 2.1 and 3.0 text blocks.
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 2.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/2_02.txt. If you did not receive a copy of
* the PHP License and are unable to obtain it through the world-wide-web, please
* send a note to license@php.net so we can mail you a copy immediately.
*
* @category File_Formats
* @package Contact_Vcard_Build
* @author Paul M. Jones <pjones@ciaweb.net>
* @copyright 1997-2007 The PHP Group
* @license http://www.php.net/license/2_02.txt PHP License 2.0
* @version CVS: $Id: Contact_Vcard_Build.php,v 1.7 2009/06/30 18:18:08 till Exp $
* @link http://pear.php.net/package/Contact_Vcard_Build
*/
require_once 'Contact/Vcard/Build.php';
?>