For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > January 2007 > cvs: qaweb / buildtest-process.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: qaweb / buildtest-process.php
Derick Rethans

2007-01-19, 6:58 pm

derick Fri Jan 19 15:22:03 2007 UTC

Modified files:
/qaweb buildtest-process.php
Log:
- Remove the urldecode for tony.


http://cvs.php.net/viewvc.cgi/qaweb...2&diff_format=u
Index: qaweb/buildtest-process.php
diff -u qaweb/buildtest-process.php:1.11 qaweb/buildtest-process.php:1.12
--- qaweb/buildtest-process.php:1.11 Thu May 6 08:12:29 2004
+++ qaweb/buildtest-process.php Fri Jan 19 15:22:03 2007
@@ -25,8 +25,8 @@
$version = "unknown";
}
if (in_array($version, $BUILD_TEST_RELEASES)) {
- mail ("php-qa@lists.php.net", "Test results for $version [$status]", base64_decode(urldecode($_POST['php_test
_data'])), "From: noreply@php.net");
+ mail ("php-qa@lists.php.net", "Test results for $version [$status]", base64_decode($_POST['php_test_data']), "From: noreply@php.net");
}
}
?>
-$Revision: 1.11 $
+$Revision: 1.12 $
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com