/[openfoncier]/trunk/dyn/debug.inc.php
ViewVC logotype

Diff of /trunk/dyn/debug.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 735 by mlimic, Fri Nov 16 18:13:44 2012 UTC revision 2264 by fmichon, Mon Sep 9 07:59:57 2013 UTC
# Line 3  Line 3 
3   * Ce fichier contient le parametrage pour le mode debug   * Ce fichier contient le parametrage pour le mode debug
4   *   *
5   * @package openmairie_exemple   * @package openmairie_exemple
6   * @version SVN: $Id: debug.inc.php 295 2010-12-03 08:32:57Z fmichon $   * @version SVN : $Id: debug.inc.php 2198 2013-03-28 17:08:33Z fmichon $
7   */   */
8    
9    /**
10     *
11     */
12  (defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", ""));  (defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", ""));
13  require_once PATH_OPENMAIRIE."om_debug.inc.php";  require_once PATH_OPENMAIRIE."om_debug.inc.php";
14    
15  /**  /**
16   *   *
17   */   */
18    //define('DEBUG', EXTRA_VERBOSE_MODE);
 define('DEBUG', EXTRA_VERBOSE_MODE);  
19  //define('DEBUG', VERBOSE_MODE);  //define('DEBUG', VERBOSE_MODE);
20  //define('DEBUG', DEBUG_MODE);  //define('DEBUG', DEBUG_MODE);
21  //define('DEBUG', PRODUCTION_MODE);  //define('DEBUG', PRODUCTION_MODE);
22    
 ?>  
23    ?>

Legend:
Removed from v.735  
changed lines
  Added in v.2264

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26