Jacek Kowalski
2012-08-12 004764eaf19fd46b176cca373ba6d44e25d908a2
Poprawienie błędu typu "niezdefiniowana wartość" w module pogoda.
1 files modified
2 ■■■■■ changed files
modules/30_pogoda.php 2 ●●●●● patch | view | raw | blame | history
modules/30_pogoda.php
@@ -106,6 +106,8 @@
    }
    
    static function cmd_pogoda($name, $arg) {
        $forced = FALSE;
        if(empty($arg)) {
            $arg = database::get($_GET['from'], 'pogoda', 'miasto');
            if(empty($arg)) {