From 7ee5b09ffbb797780cb0c957c16091049966b7b7 Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Sun, 8 Apr 2007 17:19:54 +0000 Subject: Remove vd from LibertyAttachable. Add first pass of attachment_uploader. --- LibertyAttachable.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LibertyAttachable.php') diff --git a/LibertyAttachable.php b/LibertyAttachable.php index 7120f29..e2bd254 100644 --- a/LibertyAttachable.php +++ b/LibertyAttachable.php @@ -3,7 +3,7 @@ * Management of Liberty Content * * @package liberty - * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyAttachable.php,v 1.70 2007/04/08 15:54:10 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyAttachable.php,v 1.71 2007/04/08 17:19:54 nickpalmer Exp $ * @author spider */ // +----------------------------------------------------------------------+ @@ -221,7 +221,6 @@ Disable for now - instead fend off new uploads once quota is exceeded. Need a ni $field = $upload_array."_".$i; if(isset($_FILES[$field]) && $_FILES[$field]['error'] == 0) { - vd("verify: " . $field); $this->verifyAttachment($pParamHash, $field); } } -- cgit v1.3