variable for Departments?
-
i am trying to populate a column of tickets and display the Department i have assigned them under.
I have added the column, but i cant figure out why you have foreach within foreach within foreach within isset.. it doesnt make sense. can you just edit my code so i can display the DEPARTMENT column? thanks
`$output.=’ src=”‘ . plugins_url(‘/images/page_edit.png’, __FILE__) . ‘” alt=”‘ . __(‘View’, ‘wpsc-support-tickets’) . ‘” /> ‘ . base64_decode($result[‘title’]) . ‘</td><td>’ . $resresolution . ‘</td><td>’ . date_i18n( get_option( ‘date_format’ ), $result[‘last_updated’]) . ‘ ‘ . __(‘by’, ‘wpsc-support-tickets’) . ‘ ‘ . $last_staff_reply . ‘ </td><td>’ . $EDIT_THIS_HERE_TO_SHOW_DEPARTMENT_PLEASE . ‘</td></tr>’;’
The topic ‘variable for Departments?’ is closed to new replies.