From 2af34006ea8a88ee0e40529761285241d353d949 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 16 Sep 2006 19:09:01 +0000 Subject: [PATCH] r1146: Swich from one todo mark to another --- admin/permission.php | 2 +- admin/product.php | 2 +- attachment.php | 2 +- search.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/permission.php b/admin/permission.php index 3c12fb4..4e22cb2 100755 --- a/admin/permission.php +++ b/admin/permission.php @@ -19,7 +19,7 @@ || ################################################################### \*=====================================================================*/ -// #*# look at an API for permission.php +// TODO - look at an API for permission.php require_once('./global.php'); require_once('./includes/functions_datastore.php'); diff --git a/admin/product.php b/admin/product.php index 132b6ae..399b0db 100755 --- a/admin/product.php +++ b/admin/product.php @@ -19,7 +19,7 @@ || ################################################################### \*=====================================================================*/ -// #*# add API for product.php +// TODO - add API for product.php require_once('./global.php'); require_once('./includes/functions_datastore.php'); diff --git a/attachment.php b/attachment.php index 47899f2..5d6dde9 100755 --- a/attachment.php +++ b/attachment.php @@ -97,7 +97,7 @@ if ($_POST['do'] == 'insert') $message->add_error(_('The file you specified did not upload.')); } - // #*# put some MIME-type validation here + // TODO - put some MIME-type validation here if (filesize($FILE['tmp_name']) > $var['Value']) { diff --git a/search.php b/search.php index 12adfa5..711c49b 100644 --- a/search.php +++ b/search.php @@ -66,7 +66,7 @@ if ($_REQUEST['do'] == 'process') { $keywords = preg_split('#\s+#', $bugsys->in['summary']); - // #*# need to have some str to bool conversions + // TODO - need to have some str to bool conversions foreach ($keywords AS $word) { -- 2.22.5