/[hr-web]/inc/util.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /inc/util.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Jun 19 18:32:42 2002 UTC (21 years, 11 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -4 lines
lotsa changes... :)

1 dpavlin 1.1 <?php
2     function sort_name($a, $b) {
3 ravilov 1.2 return strcasecmp($a["name"], $b["name"]);
4 dpavlin 1.1 }
5     ?>

  ViewVC Help
Powered by ViewVC 1.1.26