function ppm

6.x theme.inc ppm($var, $b = FALSE)
5.x theme.inc ppm($var)

Alias of pretty_print($var)

7 calls to ppm()
calendar_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
user_edit_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_user_advisees_form_submit in modules/user/user.module
Save to the advisor_student table
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
user_student_edit_student_courses_form_submit in modules/user/user.student.inc

... See full list

File

includes/theme.inc, line 2253

Code

function ppm($var, $b = FALSE) {
  return pretty_print($var, $b);
}