summaryrefslogtreecommitdiff
path: root/article_history.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-08-31 04:17:22 +0000
committerChristian Fowler <spider@viovio.com>2006-08-31 04:17:22 +0000
commitf7b67b0d37e3dff9bb7b71cf5becd471858f213c (patch)
tree696797b42e2eb9ae640df3a2cfb022dd3a352ae7 /article_history.php
parenteebb2828cf7b441e5cafbd2590e9668d94311b4a (diff)
downloadarticles-f7b67b0d37e3dff9bb7b71cf5becd471858f213c.tar.gz
articles-f7b67b0d37e3dff9bb7b71cf5becd471858f213c.tar.bz2
articles-f7b67b0d37e3dff9bb7b71cf5becd471858f213c.zip
remove debug
Diffstat (limited to 'article_history.php')
-rw-r--r--article_history.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/article_history.php b/article_history.php
index 3de7047..26b6652 100644
--- a/article_history.php
+++ b/article_history.php
@@ -79,7 +79,6 @@ if (isset($_REQUEST["delete"]) && isset($_REQUEST["hist"])) {
$diffx = new WikiDiff($from_lines,$to_lines);
$fmt = new WikiUnifiedDiffFormatter;
$html = $fmt->format($diffx, $from_lines);
- vd($html);
$gBitSmarty->assign('diffdata', $html);
$gBitSmarty->assign('diff2', 'y');
$gBitSmarty->assign('version_from', $from_version);