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

uvolnění slovníku

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global_function.php

    r162 r163  
    2323        $year = floor($month/12);
    2424        $Days = floor($Days - $month*30);
    25         $$month = $month - $year*12;
     25        $month = $month - $year*12;
    2626       
    2727        return $year.'r '.$month.'m '.$Days.'d';
Note: See TracChangeset for help on using the changeset viewer.