summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Bello <tylerbello@users.sourceforge.net>2009-08-13 17:06:21 +0000
committerTyler Bello <tylerbello@users.sourceforge.net>2009-08-13 17:06:21 +0000
commitf4ce3b1f1e20e178017f82d27166e8feb66f188e (patch)
treef3e62c35ecb8430173b59b06106af38634c902d7
parent2e665802c29736aef5a4cb8f369a51162c02bf92 (diff)
downloadtags-f4ce3b1f1e20e178017f82d27166e8feb66f188e.tar.gz
tags-f4ce3b1f1e20e178017f82d27166e8feb66f188e.tar.bz2
tags-f4ce3b1f1e20e178017f82d27166e8feb66f188e.zip
remove debug
-rw-r--r--list.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/list.php b/list.php
index 3d7c1ee..e02b54c 100644
--- a/list.php
+++ b/list.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_tags/list.php,v 1.9 2009/08/13 17:04:59 tylerbello Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_tags/list.php,v 1.10 2009/08/13 17:06:21 tylerbello Exp $
* @package tags
* @subpackage functions
*
@@ -62,7 +62,6 @@ if( isset($_REQUEST['tags']) ){
}else{
$listData = $tag->getList( $listHash );
$gBitSmarty->assign( 'tagData', $listData["data"] );
- vd($listData);die;
$gBitSystem->display( 'bitpackage:tags/list_tags.tpl', tra( 'Tags' ) , array( 'display_mode' => 'list' ));
}
?>