Changeset 49 for branches/old/global.php
- Timestamp:
- Feb 20, 2015, 8:30:42 AM (10 years ago)
- Location:
- branches/old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old
- Property svn:ignore
-
old new 1 1 config.php 2 .buildpath 3 .project 4 .settings
-
- Property svn:ignore
-
branches/old/global.php
r28 r49 64 64 'Rows' => array(), 65 65 ); 66 66 67 67 foreach($Class as $Index => $Item) 68 68 { … … 81 81 break; 82 82 default: 83 $Edit = 'Neznámý typ'; 83 $Edit = 'Neznámý typ'; 84 84 } 85 85 array_push($Table['Rows'], array($Item['Caption'], $Edit)); … … 88 88 return($Output); 89 89 } 90 91 ?>
Note:
See TracChangeset
for help on using the changeset viewer.