![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$article_id = checkNumeric($_GET["article_id"]) | |
$published = checkNumeric($_GET["published"]) | |
$article = new Article($article_id) | |
$filter = new InclusionFilter("article_id") | |
if(isset($_GET["published"])) $article | filter = $filter |
$article = new Article($article_id) |
Definition at line 42 of file update.inc.
$article_id = checkNumeric($_GET["article_id"]) |
Definition at line 37 of file update.inc.
$filter = new InclusionFilter("article_id") |
Definition at line 44 of file update.inc.
$published = checkNumeric($_GET["published"]) |
Definition at line 38 of file update.inc.
if (isset( $_GET["published"])) $article filter = $filter |
Definition at line 56 of file update.inc.