summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-23 08:05:14 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-23 08:05:14 +0000
commita47d77331239702fd19af05c322ac5375dd03732 (patch)
tree3cf9b130dca4c0bc6cfdaf8f0bad04e0774849cd /includes
parent772a2d39d2ba8d567fe42ad45be212dd7f7e75ab (diff)
downloadbrdo-a47d77331239702fd19af05c322ac5375dd03732.tar.gz
brdo-a47d77331239702fd19af05c322ac5375dd03732.tar.bz2
- Removing some whitespace.
Diffstat (limited to 'includes')
-rw-r--r--includes/database.mysql.inc4
-rw-r--r--includes/database.mysqli.inc4
-rw-r--r--includes/database.pgsql.inc4
3 files changed, 6 insertions, 6 deletions
diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc
index f75b0e6ef..db130b5dc 100644
--- a/includes/database.mysql.inc
+++ b/includes/database.mysql.inc
@@ -180,8 +180,8 @@ function db_fetch_object($result) {
* @param $result
* A database query result resource, as returned from db_query().
* @return
- * An associative array representing the next row of the result, or FALSE.
- * The keys of this object are the names of the table fields selected by the
+ * An associative array representing the next row of the result, or FALSE.
+ * The keys of this object are the names of the table fields selected by the
* query, and the values are the field values for this result row.
*/
function db_fetch_array($result) {
diff --git a/includes/database.mysqli.inc b/includes/database.mysqli.inc
index cefeb69cd..883bd72f6 100644
--- a/includes/database.mysqli.inc
+++ b/includes/database.mysqli.inc
@@ -178,8 +178,8 @@ function db_fetch_object($result) {
* @param $result
* A database query result resource, as returned from db_query().
* @return
- * An associative array representing the next row of the result, or FALSE.
- * The keys of this object are the names of the table fields selected by the
+ * An associative array representing the next row of the result, or FALSE.
+ * The keys of this object are the names of the table fields selected by the
* query, and the values are the field values for this result row.
*/
function db_fetch_array($result) {
diff --git a/includes/database.pgsql.inc b/includes/database.pgsql.inc
index ca0603db8..287b322cf 100644
--- a/includes/database.pgsql.inc
+++ b/includes/database.pgsql.inc
@@ -197,8 +197,8 @@ function db_fetch_object($result) {
* @param $result
* A database query result resource, as returned from db_query().
* @return
- * An associative array representing the next row of the result, or FALSE.
- * The keys of this object are the names of the table fields selected by the
+ * An associative array representing the next row of the result, or FALSE.
+ * The keys of this object are the names of the table fields selected by the
* query, and the values are the field values for this result row.
*/
function db_fetch_array($result) {