Variables

/home/ivan/src/sit/branches/3.x/inc/report_feedback_contact.inc.php File Reference

Go to the source code of this file.

Variables

if(realpath(__FILE__)==realpath($_SERVER['SCRIPT_FILENAME'])) $maxscore = $CONFIG['feedback_max_score']
 $formid = $CONFIG['feedback_form']
 $now = time()
 $qsql = "SELECT * FROM `{$dbFeedbackQuestions}` WHERE formid='{$formid}' AND type='rating' ORDER BY taborder"
 $qresult = mysql_query($qsql)
if(mysql_error())
trigger_error(mysql_error() 
E_USER_WARNING
while($qrow=mysql_fetch_object($qresult)) $msql = "SELECT *, cs.name AS closingstatusname, s.name AS sitename, s.id as siteid, (i.closed - i.opened) AS duration, \n"
 $mresult = mysql_query($msql)

Variable Documentation

$formid = $CONFIG['feedback_form']

Definition at line 24 of file report_feedback_contact.inc.php.

if (realpath(__FILE__)==realpath($_SERVER['SCRIPT_FILENAME'])) $maxscore = $CONFIG['feedback_max_score']

Definition at line 23 of file report_feedback_contact.inc.php.

$mresult = mysql_query($msql)

Definition at line 87 of file report_feedback_contact.inc.php.

Referenced by check_group_holiday().

else $msql = "SELECT *, cs.name AS closingstatusname, s.name AS sitename, s.id as siteid, (i.closed - i.opened) AS duration, \n"

Definition at line 50 of file report_feedback_contact.inc.php.

Referenced by check_group_holiday().

$now = time()

Definition at line 25 of file report_feedback_contact.inc.php.

Referenced by act_count_duplicate_title(), act_create_software_array(), Contact::add(), User::add(), add_note_form(), auto_create_tags_function(), calculate_time_of_next_action(), change_skill_function(), close_billable_incident(), contract_balance(), contract_details(), contract_service_table(), contract_unit_balance(), create_incident(), dashboard_engineer_display(), dashboard_manager_display(), dashboard_my_incidents_display(), dashboard_user_incidents_display(), display_update_page(), does_contact_have_billable_contract(), Contact::edit(), User::edit(), format_date_friendly(), FeedItem::generateItem(), get_billable_contract_id(), get_contract_balance(), get_serviceid(), get_site_billable_contract_id(), incident_backup_switchover(), incident_get_next_target(), incident_time_since_review(), incidents_stats_type_dash(), ldate(), maintenance_drop_down(), new_update(), process_add_contact(), reassign_incident(), reopen_incident(), reserve_monies(), saction_ChaseCustomers(), saction_CloseIncidents(), saction_PurgeExpiredFTPItems(), saction_PurgeJournal(), saction_TimeCalc(), schedule_action_done(), schedule_action_started(), schedule_actions_due(), service_dropdown_contract(), service_dropdown_site(), show_next_action(), skill_drop_down(), software_name(), suggest_reassign_userid(), to_row(), update_contract_balance(), upload_file(), user_activeincidents(), user_contracts_table(), user_online(), user_online_icon(), and utc_time().

$qresult = mysql_query($qsql)

Definition at line 42 of file report_feedback_contact.inc.php.

Referenced by give_overview(), and suggest_reassign_userid().

$qsql = "SELECT * FROM `{$dbFeedbackQuestions}` WHERE formid='{$formid}' AND type='rating' ORDER BY taborder"

Definition at line 41 of file report_feedback_contact.inc.php.

Referenced by give_overview(), and suggest_reassign_userid().

if (mysql_error()) trigger_error(mysql_error() E_USER_WARNING

Definition at line 43 of file report_feedback_contact.inc.php.

For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo

© 2008-2011 Support Incident Tracker

Tsohost Logo