phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager/index.php, 1.30.2.9.2.18


From: nomail
Subject: [Phpgroupware-cvs] filemanager/index.php, 1.30.2.9.2.18
Date: Mon, 19 Jul 2004 09:57:48 +0200

Update of /filemanager
Modified Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/07/19 07:57:48;  author: skwashd;  state: Exp;  lines: +5 -6

Log Message:
bug #9688
=====================================================================
Index: filemanager/index.php
diff -u filemanager/index.php:1.30.2.9.2.17 filemanager/index.php:1.30.2.9.2.18
--- filemanager/index.php:1.30.2.9.2.17 Thu Jul 15 00:19:36 2004
+++ filemanager/index.php       Mon Jul 19 07:57:48 2004
@@ -1284,15 +1284,14 @@
                                                                        // 
Always show the used space inour Homedir
                                                                        
html_text (borkb (get_size($GLOBALS['homedir'],1), NULL, 1));
                                                                        
html_nbsp (3);
-                                                                       
-                                                                       if 
($quota!=-1)
+                                                                       if 
($quota == -1 || $quota == 0)
                                                                        {
-                                                                               
html_text_bold (lang('Unused space').': ');
-                                                                               
html_text (borkb ($quota - get_size($GLOBALS['homedir'],True), NULL, 1));
+                                                                               
html_text ('',NULL,1);
                                                                        }
-                                                                       else
+                                                                       else 
                                                                        {
-                                                                               
        html_text ('',NULL,1);
+                                                                               
html_text_bold (lang('Unused space').': ');
+                                                                               
html_text (borkb ($quota - get_size($GLOBALS['homedir'],True), NULL, 1));       
                                                                        }
                                                                                
$i = count_files($GLOBALS['homedir'],True);
                                                        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]