Changeset 5897

Show
Ignore:
Timestamp:
07/03/08 23:06:03 (5 months ago)
Author:
p_lindheimer
Message:

should all be the Super Global

Files:

Legend:

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

    r5365 r5897  
    152152        }  
    153153        if ($action == "add" || $action == "edit") { 
    154                 if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     154                if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    155155                        dictate_update($extdisplay, $dictenabled, $dictformat, $dictemail); 
    156156                } 
  • modules/branches/2.5/languages/functions.inc.php

    r5746 r5897  
    168168        }  
    169169        if ($action == "add" || $action == "edit") { 
    170                 if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     170                if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    171171                        languages_user_update($extdisplay, $langcode); 
    172172                } 
  • modules/branches/2.5/paging/functions.inc.php

    r5383 r5897  
    554554 
    555555        if ($action == "add" || $action == "edit") { 
    556                 if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     556                if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    557557                        if ($in_default_page_grp !== false) { 
    558558                                paging_set_default($extdisplay, $in_default_page_grp); 
  • modules/branches/2.5/vmblast/functions.inc.php

    r5603 r5897  
    298298         
    299299        if (($action == "add" || $action == "edit") && $vm_enabled) { 
    300                 if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     300                if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    301301                        if ($in_default_vmblast_grp !== false) { 
    302302                                vmblast_set_default($extdisplay, $in_default_vmblast_grp); 
  • modules/branches/2.5/voicemail/functions.inc.php

    r5658 r5897  
    236236        switch ($action) { 
    237237                case "add": 
    238                         if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     238                        if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    239239                                $usage_arr = framework_check_extension_usage($_REQUEST['extension']); 
    240240                                if (!empty($usage_arr)) { 
    241                                         $GLOBALS['abort'] = true; 
     241                                        $_GLOBALS['abort'] = true; 
    242242                                } else { 
    243243                                        voicemail_mailbox_add($extdisplay, $_REQUEST); 
     
    254254                break; 
    255255                case "edit": 
    256                         if (!isset($GLOBALS['abort']) || $GLOBALS['abort'] !== true) { 
     256                        if (!isset($_GLOBALS['abort']) || $_GLOBALS['abort'] !== true) { 
    257257                                voicemail_mailbox_del($extdisplay); 
    258258                                if ( $vm != 'disabled' ) 
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads