Skip to content

Commit

Permalink
switched from single to double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Oct 13, 2014
1 parent 70a1e9c commit 5cd0156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/tasks/addedit.php
Expand Up @@ -160,9 +160,9 @@
?>;
var can_edit_time_information = <?php echo $can_edit_time_information ? 'true' : 'false'; ?>;

var task_name_msg = '<?php echo $AppUI->_('taskName'); ?>';
var task_start_msg = '<?php echo $AppUI->_('taskValidStartDate'); ?>';
var task_end_msg = '<?php echo $AppUI->_('taskValidEndDate'); ?>';
var task_name_msg = "<?php echo $AppUI->_('taskName'); ?>";
var task_start_msg = "<?php echo $AppUI->_('taskValidStartDate'); ?>";
var task_end_msg = "<?php echo $AppUI->_('taskValidEndDate'); ?>";

var workHours = <?php echo w2PgetConfig('daily_working_hours'); ?>;
//working days array from config.php
Expand Down

0 comments on commit 5cd0156

Please sign in to comment.