diff options
author | lisps <stummp@loewen.de> | 2013-11-22 09:04:44 +0100 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2013-11-22 09:04:44 +0100 |
commit | 4bde2196a1e3572cead3f4d4e4b6a5a752bd62b3 (patch) | |
tree | a0d89db2dfca336b7bc8d32aa6a8977aa93ab27e /inc/common.php | |
parent | 5c2eed9a193e9341fbfee63d4a973898acdc5ee5 (diff) | |
download | rpg-4bde2196a1e3572cead3f4d4e4b6a5a752bd62b3.tar.gz rpg-4bde2196a1e3572cead3f4d4e4b6a5a752bd62b3.tar.bz2 |
remove property rev from xhtml.php
changed variable name $create_time to $modified_time
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/common.php b/inc/common.php index e5e4f78c8..7f7095a12 100644 --- a/inc/common.php +++ b/inc/common.php @@ -383,6 +383,7 @@ function idfilter($id, $ue = true) { function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&') { global $conf; if(is_array($urlParameters)) { + if(isset($urlParameters['rev']) && !$urlParameters['rev']) unset($urlParameters['rev']); $urlParameters = buildURLparams($urlParameters, $separator); } else { $urlParameters = str_replace(',', $separator, $urlParameters); |