phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/tests/test.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] filemanager/tests/test.php, 1.2
Date: Thu, 30 Dec 2004 10:17:57 +0100

Update of /filemanager/tests
Modified Files:
        Branch: 
          test.php

date: 2004/12/30 09:17:57;  author: skwashd;  state: Exp;  lines: +7 -6

Log Message:
clean up, merge, remove crud and apply patch #3525
=====================================================================
Index: filemanager/tests/test.php
diff -u filemanager/tests/test.php:1.1 filemanager/tests/test.php:1.2
--- filemanager/tests/test.php:1.1      Thu Feb  6 22:36:49 2003
+++ filemanager/tests/test.php  Thu Dec 30 09:17:57 2004
@@ -1,11 +1,11 @@
 <?php
 
-$phpgw_info['flags'] = array('currentapp' => 'filemanager',
-                                'noheader' => False,
-                                'noappheader' => False,
-                                'enable_vfs_class' => True);
+$phpgw_info["flags"] = array("currentapp" => "filemanager",
+                                "noheader" => False,
+                                "noappheader" => False,
+                                "enable_vfs_class" => True);
 
-include('../../header.inc.php');
+include("../../header.inc.php");
 
 /*
        General format for output is:
@@ -17,6 +17,7 @@
 html_break (1);
 
 $sep = SEP;
+$phpgw =& $GLOBALS['phpgw'];
 $user = $phpgw->vfs->working_lid;
 $homedir = $phpgw->vfs->fakebase . "/" . $user;
 $realhomedir = preg_replace ("|/|", $sep, $homedir);
@@ -272,7 +273,7 @@
 $phpgw->vfs->cd ();
 
 html_break (2);
-html_text_bold ("The less output, the better.  Please file errors as a " . 
html_link ('https://savannah.gnu.org/bugs/?group=phpgroupware', 'bug report', 
True, False) .  ". Be sure to include the system information line at the top, 
and anything special about your setup.  Thanks!");
+html_text_bold ("The less output, the better.  Please file errors as a " . 
html_link ("https://sourceforge.net/tracker/?group_id=7305&atid=107305";, "bug 
report", True, False) .  ". Be sure to include the system information line at 
the top, and anything special about your setup.  Thanks!");
 
 html_page_close ();
 




reply via email to

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