|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $saction = (isset($_GET['saction']) ? $_GET['saction'] : '') | |
| if(zen_not_null($saction)) | $action = (isset($_GET['action']) ? $_GET['action'] : '') |
| if (zen_not_null($action)) | |
| if (isset($_GET['zID'])&&(($saction== 'edit')||($saction== 'new'))) | |
| if (zen_not_null($saction)) $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 69 of file geo_zones.php.
| $saction = (isset($_GET['saction']) ? $_GET['saction'] : '') |
Definition at line 12 of file geo_zones.php.
| if(zen_not_null($action)) |
Definition at line 71 of file geo_zones.php.
| if(isset($_GET['zID'])&&(($saction== 'edit')||($saction== 'new'))) |
Definition at line 134 of file geo_zones.php.