X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=570f0c68470dd36f593a19df7d5c4c79a5b3912b;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=352ddcc5e60ea4af6cd2b76ddaaed03b0e4d8d0f;hpb=67abd2b071302a327df63fb949963f0b45d62196;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 352ddcc5..570f0c68 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -176,6 +176,12 @@ define('ANY_NUMERIC', -1); define('ALL_TEXT', ''); define('ALL_NUMERIC', -1); +//---------------------------------------------------------------------------------- +// Special class values for tables (start_table()) +define('TABLESTYLE', 1); +define('TABLESTYLE2', 2); +define('TABLESTYLE_NOBORDER', 3); + //---------------------------------------------------------------------------------- define('TAG_ACCOUNT', 1);