diff options
author | Michael Hamann <michael@content-space.de> | 2010-12-13 15:52:57 +0100 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2010-12-13 15:52:57 +0100 |
commit | ec5906e60bfe61520ec062e6a89096988c218690 (patch) | |
tree | ad80e98bddb1aa43fabe111c1190074a9f7ad9a1 | |
parent | 03f008cd4edafbcb75d5f3b99bd3271caabed988 (diff) | |
download | rpg-ec5906e60bfe61520ec062e6a89096988c218690.tar.gz rpg-ec5906e60bfe61520ec062e6a89096988c218690.tar.bz2 |
Delete superfluous assignment created by the last commit
-rw-r--r-- | inc/actions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index a4461d1ab..0297f6e56 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -296,7 +296,6 @@ function act_draftsave($act){ 'text' => $_POST['wikitext'], 'suffix' => $_POST['suffix'], 'date' => (int) $_POST['date'], - 'date' => $_POST['date'], 'client' => $INFO['client'], ); $cname = getCacheName($draft['client'].$ID,'.draft'); |