Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 839 Revision 840
Zeile 166... Zeile 166...
166
                        FROM
166
                        FROM
167
                            shipping_payment_methods vz
167
                            shipping_payment_methods vz
168
                        JOIN
168
                        JOIN
169
                            payment_methods z
169
                            payment_methods z
170
                        ON
170
                        ON
171
                            z.id=vz.zahlart_id
171
                            z.id=vz.payment_method_id
172
                        WHERE
172
                        WHERE
173
                            shipping_id=" . $vRow->id . "
173
                            shipping_id=" . $vRow->id . "
174
                    ";
174
                    ";
175
                    if ( isset( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
175
                    if ( isset( $_GET['vRufname'] ) && is_numeric( $_GET['vRufname'] ) )
176
                    {
176
                    {