From f26788ddea4abbb109d10ee880a8fe4afad2a274 Mon Sep 17 00:00:00 2001 From: DannyJoris Date: Tue, 11 Sep 2012 01:46:41 -0300 Subject: [PATCH] small comment adjustment --- includes/datastream.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/datastream.inc b/includes/datastream.inc index 42edbd2d..3fde916f 100644 --- a/includes/datastream.inc +++ b/includes/datastream.inc @@ -299,7 +299,7 @@ function islandora_add_datastream_form_validate($form, &$form_state) { } } else { - // todo: this is unsafe, should probably be fixed see: + // @TODO: this is unsafe, should probably be fixed see: // http://api.drupal.org/api/drupal/includes!file.inc/function/file_save_upload/7 $arr = array(); }