Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 833 Revision 834
Zeile 170... Zeile 170...
170
                        ON
170
                        ON
171
                            z.id=vz.zahlart_id
171
                            z.id=vz.zahlart_id
172
                        WHERE
172
                        WHERE
173
                            shipping_id=" . $vRow->id . "
173
                            shipping_id=" . $vRow->id . "
174
                    ";
174
                    ";
175
                    if ( ( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
175
                    if ( isset( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
176
                    {
176
                    {
177
                        $sql .= " AND z.id = " . $_GET['vRufname'];
177
                        $sql .= " AND z.id = " . $_GET['vRufname'];
178
                    }
178
                    }
179
                    $zR = DB::select( $sql );
179
                    $zR = DB::select( $sql );
180
                    foreach ( $zR as $zRow )
180
                    foreach ( $zR as $zRow )
Zeile 291... Zeile 291...
291
                        ON
291
                        ON
292
                            vz.payment_method_id=z.id
292
                            vz.payment_method_id=z.id
293
                        WHERE
293
                        WHERE
294
                            vz.shipping_id=" . $vRow->id . "
294
                            vz.shipping_id=" . $vRow->id . "
295
                    ";
295
                    ";
296
                    if ( ( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
296
                    if ( isset( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
297
                    {
297
                    {
298
                        $sql .= " AND z.id = " . $_GET['vRufname'];
298
                        $sql .= " AND z.id = " . $_GET['vRufname'];
299
                    }
299
                    }
300
                    $resZ = DB::select( $sql );
300
                    $resZ = DB::select( $sql );
301
                    foreach ( $resZ as $vzRow )
301
                    foreach ( $resZ as $vzRow )