comparison constants.inc @ 53:2e6ba7259281

Merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:54:54 +0200
parents 2cfea6e84694
children 7a9c45b53866
comparison
equal deleted inserted replaced
52:3898353ed1d8 53:2e6ba7259281
1 <?php 1 <?php
2 /**
3 * @file
4 * Definitions of constants
5 */
2 define(VERBOSITY_NONE, 0); 6 define(VERBOSITY_NONE, 0);
3 define(VERBOSITY_ERROR, 1); 7 define(VERBOSITY_ERROR, 1);
4 define(VERBOSITY_WARNING, 10); 8 define(VERBOSITY_WARNING, 10);
5 define(VERBOSITY_DEBUG, 100); 9 define(VERBOSITY_DEBUG, 100);
6 10