Variables | |
$dcmPage = new DcmPage(basename(__FILE__)) | |
$query | |
$strAdministra = "" | |
$arrResult = array() |
|
|
|
|
|
Initial value: "select workorder.id as workorderID,workorder.complainant,". 'dcmmstranslation(\''.$_SESSION['language']. '\', workordersubtype.description) as Description, workorder.telephone,'. "workorder.locationdescription, ".formatTimestamp("Workorder.ReceivedDate"). " as ReceivedDate, workorder.note from ". "workorder, workordersubtype, Maintenance where workorder.subtype = ". "workordersubtype.subtype and Workorder.ID = Maintenance.ID ". 'and Maintenance.Status=1' |
|
|