lsmith Mon Jul 29 16:09:45 2002 EDT
Modified files:
/pear/MDB pgsql.php
Log:
"mega minor" beautification change
Index: pear/MDB/pgsql.php
diff -u pear/MDB/pgsql.php:1.19 pear/MDB/pgsql.php:1.20
--- pear/MDB/pgsql.php:1.19 Mon Jul 29 14:01:09 2002
+++ pear/MDB/pgsql.php Mon Jul 29 16:09:45 2002
@@ -41,8 +41,8 @@
// +----------------------------------------------------------------------+
// | Author: Paul Cooper <pgc@xxxxxxxxxx> |
// +----------------------------------------------------------------------+
-
-// $Id: pgsql.php,v 1.19 2002/07/29 18:01:09 lsmith Exp $
+//
+// $Id: pgsql.php,v 1.20 2002/07/29 20:09:45 lsmith Exp $
/**
* MDB PostGreSQL driver
@@ -125,7 +125,6 @@
// }}}
// {{{ errorCode()
-
/**
* Map native error codes to DB's portable ones. Requires that
* the DB implementation's constructor fills in the $errorcode_map
@@ -1050,7 +1049,6 @@
// }}}
// {{{ getColumnNames()
-
/**
* Retrieve the names of columns returned by the DBMS in a query result.
*
@@ -1220,7 +1218,6 @@
// }}}
// {{{ nextResult()
-
/**
* Move the internal pgsql result pointer to the next available result
*
@@ -1342,7 +1339,6 @@
// }}}
// {{{ fetchInto()
-
/**
* Fetch a row and insert the data into an existing array.
*
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|