issue 527 Remove unnecessary getNextSequence function

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9714 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-24 06:57:43 +00:00
parent d8a1b4fbab
commit 38d2d1d6c2
3 changed files with 2 additions and 6 deletions

View file

@ -866,10 +866,6 @@
} else {
// If category_srl the menu brings the information
if($category_srl) $category_info = $this->getCategory($category_srl);
// If you do not add value d which pertain to the menu to see the new values guhaejum category_srl
if(!$category_info->category_srl) {
$category_info->category_srl = getNextSequence();
}
}