Changeset 16022 for schedule/function


Ignore:
Timestamp:
05/22/13 15:15:13 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/function.php

    r16020 r16022  
    2626 ?>
    2727 
    28          day = <?php echo $_GET['day'];  ?>
    29          month = <?php  echo $_GET['month']; ?>
    30          year = <?php echo $_GET['year']; ?>
     28         day = <?php echo $_GET['day'];  ?>;
     29         month = <?php  echo $_GET['month']; ?>;
     30         year = <?php echo $_GET['year']; ?>;
    3131         fullday=day+'-'+month+'-'+year;
    3232               
     
    3939 
    4040 ?>
    41        
    42        
     41
    4342         month = currentDate.getMonth() + 1;
    4443         year = currentDate.getFullYear();
Note: See TracChangeset for help on using the changeset viewer.