diff --git a/application/config/config-sample-mysql.php b/application/config/config-sample-mysql.php index f6281815da2..61cc0702b40 100755 --- a/application/config/config-sample-mysql.php +++ b/application/config/config-sample-mysql.php @@ -58,6 +58,7 @@ // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes 'debug'=>0, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 + // 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time // Update default LimeSurvey config here ) ); diff --git a/application/config/config-sample-pgsql.php b/application/config/config-sample-pgsql.php index 6f651bd5087..37ae96a2a08 100755 --- a/application/config/config-sample-pgsql.php +++ b/application/config/config-sample-pgsql.php @@ -59,6 +59,7 @@ // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes 'debug'=>0, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 + // 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time ) ); /* End of file config.php */ diff --git a/application/config/config-sample-sqlsrv.php b/application/config/config-sample-sqlsrv.php index cf6040c7c17..f4001c00cc1 100755 --- a/application/config/config-sample-sqlsrv.php +++ b/application/config/config-sample-sqlsrv.php @@ -57,6 +57,7 @@ // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes 'debug'=>0, 'debugsql'=>0 // Set this to 1 to enanble sql logging, only active when debug = 2 + // 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time ) ); /* End of file config.php */