X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Freserved.inc;h=5cc1fcdd2ff36c6b5cfe86e3d929c7e48de96dbb;hb=86e4d1627183fb4d97fe145a5dd33b43b03284ee;hp=5f376ade75e28f8a2c1f7b34d03113df4eefc1c5;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/includes/reserved.inc b/includes/reserved.inc index 5f376ade..5cc1fcdd 100644 --- a/includes/reserved.inc +++ b/includes/reserved.inc @@ -1,10 +1,19 @@ . +***********************************************************************/ // always use capitals in reserved words (for is_reserved_word comparisons) $any_item = 'AN'; $any_number = -1; -$all_option = "___ALL___"; +$all_option = ''; $all_option_numeric = -1; class reserved_words