Merge lp:~raulraat/eventum/raul into lp:eventum

Proposed by Raul Raat
Status: Merged
Merged at revision: not available
Proposed branch: lp:~raulraat/eventum/raul
Merge into: lp:eventum
Diff against target: None lines
To merge this branch: bzr merge lp:~raulraat/eventum/raul
Reviewer Review Type Date Requested Status
Bryan Alsdorf Approve
Review via email: mp+9431@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Raul Raat (raulraat) wrote :

- testing launchpad

lp:~raulraat/eventum/raul updated
3902. By Bryan Alsdorf

Remove call to set_magic_quotes_runtime() since it is deprecated in PHP 5.3

Revision history for this message
Bryan Alsdorf (balsdorf) :
review: Approve
lp:~raulraat/eventum/raul updated
3903. By Bryan Alsdorf

Merging Raul Raat 2009-07-29 - exit with status code 0

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'init.php'
2--- init.php 2009-06-27 15:00:41 +0000
3+++ init.php 2009-07-29 15:20:47 +0000
4@@ -29,7 +29,7 @@
5
6 if (!file_exists(dirname(__FILE__) . '/config/config.php')) {
7 Header('Location: setup/');
8- exit;
9+ exit(0);
10 }
11
12 // setup change some PHP settings
13@@ -194,6 +194,6 @@
14 $tpl = new Template_Helper();
15 $tpl->setTemplate("maintenance.tpl.html");
16 $tpl->displayTemplate();
17- exit;
18+ exit(0);
19 }
20 }

Subscribers

People subscribed via source and target branches