From a095638ca86e571a0c5589400fe5ebc20aee0d2d Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 17 Oct 2008 15:36:24 +0000 Subject: Added confirm on file deletion. --- forum/utils/files.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forum/utils') diff --git a/forum/utils/files.php b/forum/utils/files.php index 62b2b52..7356ff8 100644 --- a/forum/utils/files.php +++ b/forum/utils/files.php @@ -20,9 +20,9 @@ class File { global $PERMSTORE, $current_user, $users; echo "
\n"; if($current_user->uid == 0) { - echo " fid . "\">X\n"; + echo " fid . "\">X\n"; } - echo " \n"; + echo " \n"; echo "
{{" . $this->fid . "}}
\n"; echo " \n"; echo "
" . $this->mimetype. "
\n"; @@ -180,4 +180,4 @@ class Files { } } } -?> \ No newline at end of file +?> -- cgit v1.2.3