Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 864 | Revision 866 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 864 Revision 865
Zeile 291... Zeile 291...
291
                ";
291
                ";
292
                $res = $GLOBALS["shopDB"]->query( $sql );
292
                $res = $GLOBALS["shopDB"]->query( $sql );
293
                $row = $res->fetch_assoc();
293
                $row = $res->fetch_assoc();
294
                $vgId = $row["id"];
294
                $vgId = $row["id"];
295
            }
295
            }
296
            if ( $vgId )
296
            if ( isset( $vgId ) && $vgId )
297
            {
297
            {
298
                $sql = "SELECT DISTINCT
298
                $sql = "SELECT DISTINCT
299
                        country_id
299
                        country_id
300
                    FROM
300
                    FROM
301
                        shipping_countries vl
301
                        shipping_countries vl