url and cat are not used in users.php
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@362 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
ad8bfd0175
commit
b189fdd32b
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ $cacheservice =& ServiceFactory::getServiceInstance('CacheService');
|
|||
/* Managing current logged user */
|
||||
$currentUser = $userservice->getCurrentObjectUser();
|
||||
|
||||
/* Managing path info */
|
||||
list($url, $cat) = explode('/', $_SERVER['PATH_INFO']);
|
||||
|
||||
|
||||
$pagetitle = T_('Users');
|
||||
|
||||
if ($usecache) {
|
||||
|
|
Loading…
Reference in a new issue