Finale Version altes Template
This commit is contained in:
@ -42,8 +42,9 @@ if($action == ''){
|
||||
$smarty->assign('profil_name', "$row[vorname] $row[nachname]");
|
||||
$smarty->assign('profil_mail', "$row[mail]");
|
||||
|
||||
$result1 = $db->query( "SELECT wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
|
||||
$result1 = $db->query( "SELECT prid, wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
|
||||
$row1 = $result1->fetch_array();
|
||||
$smarty->assign('profil_prid', "$row1[prid]");
|
||||
|
||||
if($row1['wgd'] == "0"){
|
||||
$smarty->assign('profil_wgd0_chk', "checked");
|
||||
|
Reference in New Issue
Block a user