Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Revision 159 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 159 Revision 160
Zeile 56... Zeile 56...
56
        {
56
        {
57
            foreach ( $this as $key => $val )
57
            foreach ( $this as $key => $val )
58
            {
58
            {
59
                if ( is_null( $val ) )
59
                if ( is_null( $val ) )
60
                {
60
                {
61
                    if ( $key == "country_id" || $key == rank )
61
                    if ( $key == "country_id" )
62
                    {
62
                    {
63
                        continue;
63
                        continue;
64
                    }
64
                    }
65
                    $this->$key = "";
65
                    $this->$key = "";
66
                }
66
                }