diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 14:31:59 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 14:31:59 -0800 |
commit | 28597ba53354537704899e7ad9eb39bbd5718b21 (patch) | |
tree | 45de0d70d0b80e98bdab62de5b05d5d66bc4bc5f /modules/rest/helpers | |
parent | bff7b393ec763c50f9fe66fef16150bcaa55dac3 (diff) |
Correct file structure tests, Have the tests delete the userid they create so as not to impact other tests.
Diffstat (limited to 'modules/rest/helpers')
-rw-r--r-- | modules/rest/helpers/rest.php | 3 | ||||
-rw-r--r-- | modules/rest/helpers/rest_event.php | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/rest/helpers/rest.php b/modules/rest/helpers/rest.php index 7e2445e4..00790e6b 100644 --- a/modules/rest/helpers/rest.php +++ b/modules/rest/helpers/rest.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-2009 Bharat Mediratta * diff --git a/modules/rest/helpers/rest_event.php b/modules/rest/helpers/rest_event.php index a06f43ea..00cea7eb 100644 --- a/modules/rest/helpers/rest_event.php +++ b/modules/rest/helpers/rest_event.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-2009 Bharat Mediratta * |