summaryrefslogtreecommitdiff
path: root/www/functions/func_content.php
diff options
context:
space:
mode:
authorHorus32014-04-21 20:26:26 +0200
committerHorus32014-04-21 20:26:26 +0200
commit1301304d2ea739f550738e0fafc56d74a65905f4 (patch)
treee309ae34480b6f768c086ca685c8d56c0c95b266 /www/functions/func_content.php
parentdef084a19a19e1d5c77600c0c0967e5a8fed5b93 (diff)
downloadfiles.iamfabulous.de-1301304d2ea739f550738e0fafc56d74a65905f4.tar.gz
Added documentation for class and new methods.
Diffstat (limited to 'www/functions/func_content.php')
-rwxr-xr-xwww/functions/func_content.php3
1 files changed, 3 insertions, 0 deletions
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++;
}