adaniel Thu Mar 22 22:24:07 2001 EDT
Modified files:
/php4/pear/HTML Select.php
Log:
forgot the license header
Index: php4/pear/HTML/Select.php
diff -u php4/pear/HTML/Select.php:1.1 php4/pear/HTML/Select.php:1.2
--- php4/pear/HTML/Select.php:1.1 Thu Mar 22 22:18:12 2001
+++ php4/pear/HTML/Select.php Thu Mar 22 22:24:07 2001
@@ -1,7 +1,27 @@
<?php
+/* vim: set expandtab tabstop=4 shiftwidth=4: */
+// +----------------------------------------------------------------------+
+// | PHP version 4.0 |
+// +----------------------------------------------------------------------+
+// | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+// +----------------------------------------------------------------------+
+// | This source file is subject to version 2.0 of the PHP license, |
+// | that is bundled with this package in the file LICENSE, and is |
+// | available at through the world-wide-web at |
+// | 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 |
+// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+// +----------------------------------------------------------------------+
+// | Authors: Adam Daniel <[EMAIL PROTECTED]> |
+// +----------------------------------------------------------------------+
+//
+// $Id: Select.php,v 1.2 2001/03/23 06:24:07 adaniel Exp $
+
require_once "DB.php";
require_once "PEAR.php";
require_once "HTML/Common.php";
+
/**
* Class to dynamically create an HTML SELECT
*
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]