X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=6da86a85c0f0c7a62f4ff1757cf2c99507dbdc2c;hb=2e7430e0fc225c96177e7886071960d093ffd89e;hp=89385a20a859f594fe88e6f1f4a14979b516aa42;hpb=fda577257a10dc76c0326926b0d544f1897d1e2c;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 89385a2..6da86a8 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -74,7 +74,7 @@ define(DBG_LMOP, 0x0800); define(DBG_TRAC, 0x1000); define(DBG_SHME, 0x2000); // NOTE: BRISK DEBUG must be a numerical constant, not the result of operations on symbols -define(BRISK_DEBUG, 0xffffffbf); +define(BRISK_DEBUG, 0x0800); define(BRISK_SINGLE_DEBUG,0); define(BRISK_SINGLE_SESS, "");