summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_forge.php
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-12-28 00:19:50 +0100
committerGreg Aker <greg@gregaker.net>2011-12-28 00:19:50 +0100
commit6924e40a4841eeb87d4c38294cfbe452bb6368cb (patch)
treebe1e4fc562c7a5036e28049407ca5cfa0f58291a /system/database/drivers/postgre/postgre_forge.php
parent0cbcc1aecab7aaea719eafc58e68e0a81987ceeb (diff)
Adding docblock to _process_fields() in the postgres dbforge file.
Diffstat (limited to 'system/database/drivers/postgre/postgre_forge.php')
-rw-r--r--system/database/drivers/postgre/postgre_forge.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php
index 7368b9447..d54b99b23 100644
--- a/system/database/drivers/postgre/postgre_forge.php
+++ b/system/database/drivers/postgre/postgre_forge.php
@@ -66,6 +66,9 @@ class CI_DB_postgre_forge extends CI_DB_forge {
/**
* Process Fields
+ *
+ * @param mixed the fields
+ * @return string
*/
function _process_fields($fields, $primary_keys=array())
{