Ignore:
Timestamp:
06/06/13 06:31:20 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/SplitDelete.php

    r16721 r16738  
    2525       
    2626        include '../include/factdb.php';
     27                                                 
     28                                                 
     29                                                if(isset($_GET['days'])){
    2730                                                 $day = $_GET['days'];
     31                                                 }else{
     32                                                 
     33                                                 $day =date("Y-m-d");
     34                                                 
     35                                                 }
     36                                                 
     37                                                 
    2838                                                $days = Date('Y-m-d',strtotime($day));
    2939                                                ?>
Note: See TracChangeset for help on using the changeset viewer.