Changeset 1341
- Timestamp:
- 08/11/08 18:24:13 (4 months ago)
- Files:
-
- trunk/app/controllers/public_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/controllers/public_controller.rb
r1338 r1341 94 94 95 95 def create_user_google_analytics_account 96 user_tracker_id = (@show .host and @show.host.google_analytics_tracker_id)96 user_tracker_id = (@show and @show.host and @show.host.google_analytics_tracker_id) 97 97 98 98 unless user_tracker_id.blank?
