r1146: Swich from one todo mark to another
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 16 Sep 2006 19:09:01 +0000 (19:09 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 16 Sep 2006 19:09:01 +0000 (19:09 +0000)
admin/permission.php
admin/product.php
attachment.php
search.php

index 3c12fb42d238071c29c696a87ba884fffd102324..4e22cb22f3f2aeae72c9ab0a920de2f593f2ca11 100755 (executable)
@@ -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');
index 132b6ae2613653c0c8fc31c7c4c21a8b95bc28e1..399b0db973265f8065b9ed75ed6fb507d19512e0 100755 (executable)
@@ -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');
index 47899f20898750ce1a36230782e23483f08ab1d1..5d6dde9a4ab79f9e9223c2332133825c13167a6f 100755 (executable)
@@ -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'])
        {
index 12adfa58ef9766a0c9c13b048a91584620e254ab..711c49b130e664e2b712bfd580dd5af73e1e48f9 100644 (file)
@@ -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)
                {