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

Revision

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

Revision 80 Revision 82
Zeile 31... Zeile 31...
31
                    if ( $this->shop_id > 1 )
31
                    if ( $this->shop_id > 1 )
32
                    {
32
                    {
33
                        $manufacturer->setConnection( 'shop' . $this->shop_id );
33
                        $manufacturer->setConnection( 'shop' . $this->shop_id );
34
                    }
34
                    }
35
                    $manufacturer->whereIn( "id", json_decode( $value, true ) )->get();
35
                    $manufacturer->whereIn( "id", json_decode( $value, true ) )->get();
-
 
36
                    return $manufacturer;
36
                }
37
                }
Zeile 37... Zeile 38...
37
 
38
 
38
            );
39
            );
39
        }
40
        }