summaryrefslogtreecommitdiff
path: root/LibertyAttachable.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-04-08 17:19:54 +0000
committerNick Palmer <nick@sluggardy.net>2007-04-08 17:19:54 +0000
commit7ee5b09ffbb797780cb0c957c16091049966b7b7 (patch)
tree048ab875dce50f49caddaba979cbc587226c3cdc /LibertyAttachable.php
parent14108403337d3ad7f20e3704c628354ca958c940 (diff)
downloadliberty-7ee5b09ffbb797780cb0c957c16091049966b7b7.tar.gz
liberty-7ee5b09ffbb797780cb0c957c16091049966b7b7.tar.bz2
liberty-7ee5b09ffbb797780cb0c957c16091049966b7b7.zip
Remove vd from LibertyAttachable. Add first pass of attachment_uploader.
Diffstat (limited to 'LibertyAttachable.php')
-rw-r--r--LibertyAttachable.php3
1 files changed, 1 insertions, 2 deletions
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 <spider@steelsun.com>
*/
// +----------------------------------------------------------------------+
@@ -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);
}
}