Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dmedia.php477 $auth_ow = (($conf['mediarevisions']) ? AUTH_UPLOAD : AUTH_DELETE);
478 if ($overwrite && (!$ow || $auth < $auth_ow)) {
1140 $auth_ow = (($conf['mediarevisions']) ? AUTH_UPLOAD : AUTH_DELETE);
1141 if ($auth >= $auth_ow && !$rev) {
1550 $auth_ow = (($conf['mediarevisions']) ? AUTH_UPLOAD : AUTH_DELETE);
1554 if ($auth >= $auth_ow && $fullscreen && $INPUT->str('mediado') == 'update') {
1578 if ($auth >= $auth_ow) {