From: <jhe...@us...> - 2002-11-14 11:01:15
|
Update of /cvsroot/upcase-project/UpCase/lib In directory usw-pr-cvs1:/tmp/cvs-serv19531 Modified Files: uc_repository.php Log Message: renamed variables for path config Index: uc_repository.php =================================================================== RCS file: /cvsroot/upcase-project/UpCase/lib/uc_repository.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** uc_repository.php 12 Nov 2002 11:06:16 -0000 1.1 --- uc_repository.php 14 Nov 2002 11:01:12 -0000 1.2 *************** *** 73,77 **** { $cfg = $GLOBALS["ucConfig"]; ! $this->UcRepositoryObject($cfg->filesRoot . REPOSITORY_ROOT, $GLOBALS["packagesSource"]); $this->name = "repository"; --- 73,77 ---- { $cfg = $GLOBALS["ucConfig"]; ! $this->UcRepositoryObject($cfg->upcaseRoot . REPOSITORY_ROOT, $GLOBALS["packagesSource"]); $this->name = "repository"; |