Active
Project:
UberDrupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2011 at 07:37 UTC
Updated:
23 Jul 2011 at 07:37 UTC
hi i wrote this hook and print_r form_values nothing .. pls help is this hook works or not..
Below is code written by me..
function hotel_booking_add_to_cart_data($form_values) {
print '
'; print_r($form_values); exit; }