Undefined error.
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 7 Dec 2008 19:56:32 +0000 (12:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 7 Dec 2008 22:25:57 +0000 (15:25 -0700)
imp/search.php

index 805b3e0..32b5c21 100644 (file)
@@ -67,6 +67,7 @@ case 'do_search':
     /* Need to convert size from KB to bytes. */
     for ($i = 0; $i <= $search['field_end']; $i++) {
         if (isset($search['field'][$i]) &&
+            isset($imp_search_fields[$search['field'][$i]) &&
             ($imp_search_fields[$search['field'][$i]]['type'] == IMP_Search::SIZE)) {
             $search['text'][$i] *= 1024;
         }