summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-01-18 10:47:21 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-01-18 10:47:21 +0100
commitcfbb9916556595cd8987f6c79771883dde656185 (patch)
tree8e86ff9772783b887fe335bb8a12eeef3a9dc913 /inc
parent16c665d9fa1d3d1c5d82866a942ba8cb6db3a4ee (diff)
downloadrpg-cfbb9916556595cd8987f6c79771883dde656185.tar.gz
rpg-cfbb9916556595cd8987f6c79771883dde656185.tar.bz2
removed unused vars
Diffstat (limited to 'inc')
-rw-r--r--inc/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/common.php b/inc/common.php
index 20e0af389..bc49e76b2 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1105,10 +1105,7 @@ function saveOldRevision($id) {
* @author Andreas Gohr <andi@splitbrain.org>
*/
function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array()) {
- global $lang;
global $conf;
- global $INFO;
- global $DIFF_INLINESTYLES;
// decide if there is something to do, eg. whom to mail
if($who == 'admin') {