mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -530,10 +530,12 @@ class prestudent extends person
|
||||
case "absolvent":
|
||||
$qry.=" AND a.rolle='Absolvent'";
|
||||
break;
|
||||
case "diplomand":
|
||||
$qry.=" AND a.rolle='Diplomand'";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if($this->db_query($qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user