On Jun 11, 2013, at 20:32 55, Max Goldstein, Operations Director wrote: > I was looking through the CART sql schema and noticed the VALIDITY field. It > appears that 0 indicates an invalid cart, 2 the default indicates a valid > cart, and 3 indicates a macro cart. I couldn't find much other information. > (Although I suppose I could grep through the source.)
>From 'docs/tables/cart.txt': *** snip snip *** VALIDITY int(10) 0 = Always invalid, 1 = Conditionally valid, 2 = Always valid, 3 = Evergreen ** snip snip *** Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | Obstacles are what you see when you take your eyes off the road. | | -- Anonymous | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
