Changeset 49 for branches/old/global.php


Ignore:
Timestamp:
Feb 20, 2015, 8:30:42 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use time() instead of NOW() in AddValue function.
  • Modified: Removed some whitespace.
Location:
branches/old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/old

    • Property svn:ignore
      •  

        old new  
        11config.php
         2.buildpath
         3.project
         4.settings
  • branches/old/global.php

    r28 r49  
    6464    'Rows' => array(),
    6565  );
    66  
     66
    6767  foreach($Class as $Index => $Item)
    6868  {
     
    8181        break;
    8282      default:
    83         $Edit = 'Neznámý typ';     
     83        $Edit = 'Neznámý typ';
    8484    }
    8585    array_push($Table['Rows'], array($Item['Caption'], $Edit));
     
    8888  return($Output);
    8989}
    90 
    91 ?>
Note: See TracChangeset for help on using the changeset viewer.