Subversion-Projekte lars-tiefland.shop_ns

Revision

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

Revision 30 Revision 34
Zeile 20... Zeile 20...
20
        public static function Liste( $aktion )
20
        public static function Liste( $aktion )
21
        {
21
        {
22
            $sql = "SELECT
22
            $sql = "SELECT
23
                    artikel_id
23
                    artikel_id
24
                FROM
24
                FROM
25
                    artikel_to_Aktion
25
                    artikel_2_Aktionen
26
                WHERE
26
                WHERE
27
                    akion_id = $aktion
27
                    akion_id = $aktion
28
            ";
28
            ";
29
            $res = $GLOBALS["db"]->query( $sql );
29
            $res = $GLOBALS["db"]->query( $sql );
30
            $ow = $res->fetcrow();
30
            $ow = $res->fetcrow();