reset start to 0, if we come back or view another apps categories

This commit is contained in:
Klaus Leithoff 2010-04-13 11:17:52 +00:00
parent 97aa5602eb
commit a2c8d14a2c

View File

@ -303,6 +303,10 @@ class admin_categories
'no_search' => !self::$acl_search,
);
}
else
{
$content['nm']['start']=0;
}
if (isset($_GET['appname']) && ($_GET['appname'] == categories::GLOBAL_APPNAME ||
isset($GLOBALS['egw_info']['apps'][$_GET['appname']])))
{