Merge commit '5ce20fc5d56a32584f8a2d18ae7cde91eb12a5a4' into taskChanges
[timetracker.git] / WEB-INF / config.php.dist
index bca0da0..dd66f5e 100644 (file)
@@ -174,7 +174,7 @@ define('LANG_DEFAULT', '');
 define('CURRENCY_DEFAULT', '$');
 
 
-// EXPORT_DECIMAL_DURATION - defines whether time duration values are decimal in CSV and XML data exports (1.25 vs 1:15).
+// EXPORT_DECIMAL_DURATION - defines whether time duration values are decimal in CSV and XML data exports (1.25 or 1,25 vs 1:15).
 // 
 define('EXPORT_DECIMAL_DURATION', true);
 
@@ -214,3 +214,6 @@ define('AUTH_MODULE', 'db');
 //  'member_of' => array());            // List of groups, membership in which is required for user to be authenticated.
 
 // define('AUTH_DEBUG', false); // Note: enabling AUTH_DEBUG breaks redirects as debug output is printed before setting redirect header. Do not enable on production systems.
+
+// task window height in time.php
+define('NOTE_INPUT_HEIGHT', '40');
\ No newline at end of file