summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-09 06:17:38 +0200
committeradmin <devnull@localhost>2006-10-09 06:17:38 +0200
commita1931ad87e8145f08dbf381ceab5bf88457b1a83 (patch)
tree5e372eac7015bbc048e6032af403090b3d600102 /system/libraries/Table.php
parent6c9f736650bd9eafb2c44bb844f13de259d5efb6 (diff)
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index 935a7d8a6..4771295a5 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -61,7 +61,7 @@ class CI_Table {
// --------------------------------------------------------------------
/**
- * Add a table heading
+ * Set the table heading
*
* Can be passed as an array or discreet params
*
@@ -69,7 +69,7 @@ class CI_Table {
* @param mixed
* @return void
*/
- function add_heading()
+ function set_heading()
{
$args = func_get_args();
$this->heading = (is_array($args[0])) ? $args[0] : $args;
@@ -313,12 +313,7 @@ class CI_Table {
'table_close' => '</table>'
);
}
-
-
-
-
-
-
+
}