alexios Mon Feb 24 13:35:21 2003 EDT
Modified files:
/pear/DB_ado ado_constants.php
Log:
- Adding missing author tag to package
Index: pear/DB_ado/ado_constants.php
diff -u pear/DB_ado/ado_constants.php:1.3 pear/DB_ado/ado_constants.php:1.4
--- pear/DB_ado/ado_constants.php:1.3 Sat Jan 4 06:54:52 2003
+++ pear/DB_ado/ado_constants.php Mon Feb 24 13:35:21 2003
@@ -13,15 +13,23 @@
// | obtain it through the world-wide-web, please send a note to |
// | license@xxxxxxx so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
-// | Author: Alexios Fakos (alex@xxxxxxxx) |
+// | Author: Alexios Fakos (alexios@xxxxxxx) |
// +----------------------------------------------------------------------+
//
//
-// $Id: ado_constants.php,v 1.3 2003/01/04 11:54:52 mj Exp $
-//
-// Database independent query interface definition for Microsoft's ADODB
-// library using PHP's COM extension
+// $Id: ado_constants.php,v 1.4 2003/02/24 18:35:21 alexios Exp $
//
+
+
+/**
+ * Database independent query interface definition for Microsoft's ADODB
+ * library using PHP's COM extension
+ *
+ * @author Alexios Fakos <alexios@xxxxxxx>
+ * @version $Revision: 1.4 $
+ * @package DB_ado
+ */
+
// CursorTypeEnum Values //
define('adOpenForwardOnly', 0);
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|