Code: Select all
--- WeatherMapNode.class.php.orig 2010-04-28 13:39:40.000000000 +0200
+++ WeatherMapNode.class.php 2010-04-28 13:39:45.000000000 +0200
@@ -363,8 +363,8 @@
$size = $this->iconscalew;
$quarter = $size/4;
- $col1 = $this->colours[IN];
- $col2 = $this->colours[OUT];
+ $col2 = $this->colours[IN];
+ $col1 = $this->colours[OUT];
assert('!is_null($col1)');
assert('!is_null($col2)');