diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets index 0d016d9..8ac1cf3 100755 --- a/UltiSnips/php.snippets +++ b/UltiSnips/php.snippets @@ -345,8 +345,10 @@ function debug_spip() { define('SPIP_ERREUR_REPORT',E_ALL^E_NOTICE); define('SPIP_ERREUR_REPORT_INCLUDE_PLUGINS',E_ALL^E_NOTICE); + define('_DEV_VERSION_SPIP_COMPAT',"3.2.99"); + define('_TEST_EMAIL_DEST', 'tofulm@gmail.com'); - define('_NO_CACHE', -1); + //define('_NO_CACHE', -1); define('_INTERDIRE_COMPACTE_HEAD_ECRIRE', true); }