phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/inc/class.bophpwebhosting.inc.php, 1.6.4.


From: nomail
Subject: [Phpgroupware-cvs] filemanager/inc/class.bophpwebhosting.inc.php, 1.6.4.2
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /filemanager/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.bophpwebhosting.inc.php

date: 2004/11/06 16:13:48;  author: powerstat;  state: Exp;  lines: +14 -14

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: filemanager/inc/class.bophpwebhosting.inc.php
diff -u filemanager/inc/class.bophpwebhosting.inc.php:1.6.4.1 
filemanager/inc/class.bophpwebhosting.inc.php:1.6.4.2
--- filemanager/inc/class.bophpwebhosting.inc.php:1.6.4.1       Mon Apr 21 
15:58:10 2003
+++ filemanager/inc/class.bophpwebhosting.inc.php       Sat Nov  6 16:13:48 2004
@@ -146,7 +146,7 @@
 
                        if($this->debug)
                        {
-                               echo 'DEBUG: bo.bophpwebhosting: PATH = 
'.$this->path.'<br>'."\n";
+                               echo 'DEBUG: bo.bophpwebhosting: PATH = 
'.$this->path.'<br />'."\n";
                        }
 
                        if(!$this->path)
@@ -192,18 +192,18 @@
 
                        if($this->debug)
                        {
-                               echo '<b>PHPWebHosting debug:</b><br>'
-                                       . 'path: '.$this->path.'<br>'
-                                       . 'disppath: '.$this->disppath.'<br>'
-                                       . 'cwd: '.$this->cwd.'<br>'
-                                       . 'lesspath: '.$this->lesspath.'<br>'
-                                       . 'fakebase: '.$this->fakebase.'<br>'
+                               echo '<b>PHPWebHosting debug:</b><br />'
+                                       . 'path: '.$this->path.'<br />'
+                                       . 'disppath: '.$this->disppath.'<br />'
+                                       . 'cwd: '.$this->cwd.'<br />'
+                                       . 'lesspath: '.$this->lesspath.'<br />'
+                                       . 'fakebase: '.$this->fakebase.'<br />'
                                        . 'homedir: '.$this->homedir.'<p>'
-                                       . '<b>phpGW debug:</b><br>'
-                                       . 'real getabsolutepath: 
'.$this->vfs->getabsolutepath(False, False, False).'<br>'
-                                       . 'fake getabsolutepath: 
'.$this->vfs->getabsolutepath(False).'<br>'
-                                       . 'appsession: 
'.$GLOBALS['phpgw']->session->appsession('vfs','').'<br>'
-                                       . 'pwd: '.$this->vfs->pwd().'<br>';
+                                       . '<b>phpGW debug:</b><br />'
+                                       . 'real getabsolutepath: 
'.$this->vfs->getabsolutepath(False, False, False).'<br />'
+                                       . 'fake getabsolutepath: 
'.$this->vfs->getabsolutepath(False).'<br />'
+                                       . 'appsession: 
'.$GLOBALS['phpgw']->session->appsession('vfs','').'<br />'
+                                       . 'pwd: '.$this->vfs->pwd().'<br />';
                        }
 
 
@@ -320,7 +320,7 @@
 
                                if ($this->debug)
                                {
-                                       echo '# of files found in 
"'.$this->path.'" : '.count($ls_array).'<br>'."\n";
+                                       echo '# of files found in 
"'.$this->path.'" : '.count($ls_array).'<br />'."\n";
                                }
 
                                while(list($num,$file_array) = each($ls_array))
@@ -328,7 +328,7 @@
                                        $this->files_array[] = $file_array;
                                        if ($this->debug)
                                        {
-                                               echo 'Filename: 
'.$file_array['name'].'<br>'."\n";
+                                               echo 'Filename: 
'.$file_array['name'].'<br />'."\n";
                                        }
                                }
                        }




reply via email to

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