Skip to content

Commit

Permalink
Fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Jun 22, 2012
1 parent 595906e commit f37c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/database/driver/postgresql.php
Expand Up @@ -787,7 +787,7 @@ public function setUTF()
/**
* This function return a field value as a prepared string to be used in a SQL statement.
*
* @param array $columns Array of table's column returned by JDatabasePostgreSQL::getTableColumns.
* @param array &$columns Array of table's column returned by JDatabasePostgreSQL::getTableColumns.
* @param string $field_name The table field's name.
* @param string $field_value The variable value to quote and return.
*
Expand Down

0 comments on commit f37c04e

Please sign in to comment.