Home
last modified time | relevance | path

Searched refs:sql_appt_type (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Ddetails.php67 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
68 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dsubj_followup.php210 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
211 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dmonth.php230 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
231 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dcalendar_all.php274 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id='$appt_type_id'"; variable
275 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dweek.php296 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
297 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dweek_a5.php285 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
286 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
H A Dindex.php1169 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
1170 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…
/dports/deskutils/moregroupware/moregroupware/modules/calendar/inc/
H A Ddayview.inc.php31 $sql_appt_type = "SELECT * FROM mgw_calendar_appt_type WHERE id=$id_appt_type"; variable
32 …if(!$res_appt_type = $conn->Execute($sql_appt_type)) exit(showSQLerror($sql_appt_type, $conn->Erro…