View | Details | Raw Unified | Return to bug 30143
Collapse All | Expand All

(-)a/Koha/OAI/Server/ListBase.pm (-2 / +1 lines)
Lines 116-122 sub GetRecords { Link Here
116
            $sql = "
116
            $sql = "
117
                SELECT biblionumber
117
                SELECT biblionumber
118
                FROM $table main
118
                FROM $table main
119
                WHERE $where
119
                WHERE $where $order_limit
120
            ";
120
            ";
121
121
122
            $ts_sql = "SELECT max(timestamp) FROM $table WHERE biblionumber = ?";
122
            $ts_sql = "SELECT max(timestamp) FROM $table WHERE biblionumber = ?";
123
- 

Return to bug 30143