comparison index.php @ 173:d98aaa540459

Sort class list. Mlem.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Aug 2015 12:19:59 +0300
parents 14117fd8a083
children 6dea01a68019
comparison
equal deleted inserted replaced
172:14117fd8a083 173:d98aaa540459
344 // Release lock 344 // Release lock
345 flock($fp, LOCK_UN); 345 flock($fp, LOCK_UN);
346 } 346 }
347 347
348 fclose($fp); 348 fclose($fp);
349
350 sort($mclasses);
349 return $mclasses; 351 return $mclasses;
350 } 352 }
351 353
352 354
353 function lukPrintTimeTable($mini) 355 function lukPrintTimeTable($mini)