function getTemporaryFileSuggestedCommand($papiid, $tempdir) { return xmlcall("pkgs.ppa_getTemporaryFileSuggestedCommand", array($papiid, $tempdir)); }
function getTemporaryFileSuggestedCommand($papiid, $tempdir) { return array("label" => $tempdir, "version" => "0.0", "commandcmd" => _T("No suggested command", "pkgs")); return xmlcall("pkgs.ppa_getTemporaryFileSuggestedCommand", array($papiid, $tempdir)); }
function get_pull_targets() { if (!isset($_SESSION['pull_targets'])) { $_SESSION['pull_targets'] = array(); if (in_array("msc", $_SESSION["modulesList"])) { $_SESSION['pull_targets'] = xmlcall('msc.get_pull_targets'); } } return $_SESSION['pull_targets']; }