Home
last modified time | relevance | path

Searched hist:bced4159c8c5f1b4da2e98b2242c2ec1c09ec74e (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/
H A Ddoku.phpbced4159c8c5f1b4da2e98b2242c2ec1c09ec74e Fri Jan 14 22:32:29 UTC 2011 Adrian Lang <dokuwiki@adrianlang.de> Deprecate $NS in doku.php

$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context
is present. The two functions which use $NS in inc/template.php are only
called through those both endpoints, not through doku.php. In doku.php,
$ID is the only correct value, $NS is not kept synchronous with $ID.

Use getNS($ID) in functions which are called through doku.php.