From 3b873a98d7292b1c9736082fa6c27b44f4fd1018 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 25 Jun 2009 21:50:37 -0700 Subject: Oops changed my mind... when setting to the default just set the value to null and let the cpmapny and event ids be set in the print_photo controller. --- modules/digibug/controllers/digibug.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/digibug/controllers/digibug.php') diff --git a/modules/digibug/controllers/digibug.php b/modules/digibug/controllers/digibug.php index 6900c65a..7bec4b86 100644 --- a/modules/digibug/controllers/digibug.php +++ b/modules/digibug/controllers/digibug.php @@ -49,6 +49,7 @@ class Digibug_Controller extends Controller { "thumb_height_1" => $item->thumb_height, "thumb_width_1" => $item->thumb_width, "title_1" => p::clean($item->title)); + Kohana::log("error", Kohana::debug($v->order_parms)); print $v; } -- cgit v1.2.3