Home
last modified time | relevance | path

Searched refs:FILENAMEID (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/action/
H A Dajax.php1149 …private function __removeOldZip($FILENAMEID = null, $checkForMore = true, $reauthenticated = false… argument
1155 if (empty($FILENAMEID)) {
1156 $FILENAMEID = $this->functions->settings->origZipFile;
1159 if (!file_exists(mediaFN($FILENAMEID))) {
1164 if (!media_delete($FILENAMEID, $INFO['perm'])) {
1168 return $this->__removeOldZip($FILENAMEID, $checkForMore, true);
1177 $ns = getNS($FILENAMEID);
1178 $fn = $this->functions->getSpecialExportFileName(noNS($FILENAMEID), '.+');