Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dfunctions.php221 …l($id='',$more='',$abs=false,$sep='&', $IDexists=true, $overrideRewrite=false, $hadBase=false){ argument
260 …if (!$IDexists && !$hadBase) { // If the file does not exist, we have to remove the base. This lin…
263 } else if ($IDexists || $hadBase) { // if the ID does exist, we may add the base.
/plugin/siteexport/action/
H A Dajax.php697 $hadBase = false;
736 …$hadBase = true; // 2010-08-23 Check if there has been a rewrite here that will have to be conside…
739 …ebug->message("URL before rewriting option for others than 1", array($DATA, $PARAMS, $hadBase), 1);
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …