www/adium.im 301:ea98096b3434: Fixage
commits at adium.im
commits at adium.im
Sat Oct 30 23:42:46 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/ea98096b3434
revision: 301:ea98096b3434
author: Evan Schoenberg
date: Sat Oct 30 18:42:40 2010 -0500
Fixage
diffs (16 lines):
diff -r 8ef240af69cf -r ea98096b3434 index.php
--- a/index.php Sat Oct 30 18:40:43 2010 -0500
+++ b/index.php Sat Oct 30 18:42:40 2010 -0500
@@ -41,9 +41,9 @@
$macOSXMicro = substr($userAgent, strpos($userAgent, "Mac OS X ".$macOSXMajor."_".$macOSXMinor."_") + strlen("Mac OS X ".$macOSXMajor."_".$macOSXMinor."_"));
$macOSXMicro = substr($macOSXMicro, 0, strpos($macOSXMicro, "_"));
- int major = intval($macOSXMajor);
- int minor = intval($macOSXMinor);
- int micro = intval($macOSXMicro);
+ $major = intval($macOSXMajor);
+ $minor = intval($macOSXMinor);
+ $micro = intval($macOSXMicro);
if (major == 10) {
if (minor >= 6) {
More information about the commits
mailing list