2012年1月31日 星期二

utycx1.02增修功能2

除了 http://tyc-x.blogspot.com/2012/01/utycx102.html 之外

修正 x_base/admin/dept_mag.php 可以顯示預設處室,分成完整處室,三處室,二處室三種模式
修正 x_base/admin/def_group.php 配合改變並以redirect_header回到處室管理

修正 教師列表的錯誤 x_base/tyc_tea_list.php
改成使用 usort的方式,讓teacher陣列加上sort指標。


function mysort($a,$b) {
         if ($a['sort']==$b['sort'])
           return 0;
         else
           return ($a['sort'] < $b['sort']) ? -1 : 1 ;
       }

沒有留言: