diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-05 16:48:20 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-05 16:48:20 +0000 |
commit | 15fc9b9399ede22879c5f5a6ff95d058986d0278 (patch) | |
tree | ee960e65e2ba2ea8f9526ca4129cad9b16f6458f | |
parent | fde707388617f9225843333badad404d6883c283 (diff) |
Get the preamble right so the unit test passes
-rw-r--r-- | modules/organize/controllers/organize.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 5faf30e1..20785bd9 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access.");/** +<?php defined("SYSPATH") or die("No direct script access."); +/** * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2008 Bharat Mediratta * |