Show
Ignore:
Timestamp:
08/11/08 18:01:51 (5 years ago)
Author:
p_lindheimer
Message:

fixes #2530 so conflicts when creating users result in proper display, when creating extensions returns to main extension page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/paging/functions.inc.php

    r6024 r6347  
    595595 
    596596  if ($action == "add" || $action == "edit") { 
    597     if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
     597    if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
    598598      if ($in_default_page_grp !== false) { 
    599599        paging_set_default($extdisplay, $in_default_page_grp);