From 1301304d2ea739f550738e0fafc56d74a65905f4 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 21 Apr 2014 20:26:26 +0200 Subject: Added documentation for class and new methods. --- www/functions/func_content.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/functions/func_content.php') diff --git a/www/functions/func_content.php b/www/functions/func_content.php index ad0c87e..853adc1 100755 --- a/www/functions/func_content.php +++ b/www/functions/func_content.php @@ -44,6 +44,9 @@ function get_content($db, $file_id, $owner){ $content[$count][6] = $row[6]; $content[$count][7] = $row[7]; $content[$count][8] = $row[8]; + $content[$count][9] = $row[9]; + $content[$count][10] = $row[10]; + $content[$count][11] = $row[11]; $count++; } -- cgit v1.2.3