[Pieforms-commit] SF.net SVN: pieforms: [162] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-01-07 20:40:23
|
Revision: 162
http://svn.sourceforge.net/pieforms/?rev=162&view=rev
Author: oracleshinoda
Date: 2007-01-07 12:40:21 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Fix whitespace on trunk
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform.php
Modified: pieforms-php5/trunk/src/pieform.php
===================================================================
--- pieforms-php5/trunk/src/pieform.php 2007-01-07 11:31:25 UTC (rev 161)
+++ pieforms-php5/trunk/src/pieform.php 2007-01-07 20:40:21 UTC (rev 162)
@@ -488,7 +488,8 @@
$this->json_reply(PIEFORM_CANCEL, $element['goto']);
}
header('HTTP/1.1 303 See Other');
- header('Location:' . $element['goto']); exit;
+ header('Location:' . $element['goto']);
+ exit;
}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|