on group creation the files directory tried to be created in "filemanager/groups/"

instead of in "files/groups/"
This commit is contained in:
izzy 2000-08-22 16:16:30 +00:00
parent 7188061d3f
commit e2f0aa6f81
2 changed files with 3 additions and 2 deletions

View File

@ -51,8 +51,7 @@
$sep = $phpgw->common->filesystem_sepeartor();
$basedir = $phpgw_info["server"]["server_root"] . $sep . "filemanager" . $sep
. "groups" . $sep;
$basedir = $phpgw_info["server"]["files_dir"] . $sep . "groups" . $sep;
$cd = 31;

View File

@ -1,5 +1,7 @@
[08--2000] - Added print icon that allows you to print out a page without having the navbar.
Thanks Sam Wynn Jr <sam.wynn@lmco.com>
- on group creation the files directory tried to be created in
"filemanager/groups/" instead of in "files/groups/" - fixed.
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
properly