Ignore:
Timestamp:
Mar 18, 2009, 10:36:32 PM (16 years ago)
Author:
maron
Message:

zaokrouhlování dní

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global_function.php

    r161 r162  
    2222        $month = floor($Days/30);
    2323        $year = floor($month/12);
    24         $Days = $Days - $month*30;
     24        $Days = floor($Days - $month*30);
    2525        $$month = $month - $year*12;
    2626       
Note: See TracChangeset for help on using the changeset viewer.