관리권한 설정 validation 통과

This commit is contained in:
whitedot
2012-10-31 13:39:00 +09:00
parent 217ccbedce
commit f0531bd7ee
8 changed files with 140 additions and 162 deletions

View File

@ -684,7 +684,7 @@ function subject_sort_link($col, $query_string='', $flag='asc')
}
}
return "<a href='$_SERVER[PHP_SELF]?$query_string&$q1&$q2&sfl=$sfl&stx=$stx&page=$page'>";
return '<a href="'.$_SERVER[PHP_SELF].'?'.$query_string.'&amp;'.$q1.'&amp;'.$q2.'&amp;sfl='.$sfl.'&amp;stx='.$stx.'&amp;page='.$page.'">';
}