summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--users.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/users.php b/users.php
index 959dfdb..e2689e6 100644
--- a/users.php
+++ b/users.php
@@ -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) {