Closed Bug 282914 Opened 20 years ago Closed 20 years ago

Bug 280502 broke sanitycheck

Categories

(Bugzilla :: Administration, task, P2)

2.19.2
task

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: bugreport, Assigned: bugreport)

Details

Attachments

(1 file)

Bug 280502 missed a ")" in sanitycheck.cgi

 SendSQL("SELECT bug_id " .
         "FROM bugs WHERE lastdiffed < delta_ts AND ".
-        "delta_ts < date_sub(now(), INTERVAL 30 minute) ".
-        "ORDER BY bug_id");
+        "delta_ts < date_sub(now(), " . $dbh->sql_interval('30 minute') .
+        " ORDER BY bug_id");
Assignee: administration → bugreport
Status: NEW → ASSIGNED
Attachment #174861 - Flags: review?
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.20
Attachment #174861 - Flags: review? → review+
Flags: approval+
checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: