infinitesunrise / carsinbikelanes

A browsable geographic database for crowdsourced traffic violation reporting
GNU General Public License v3.0
64 stars 18 forks source link

after query returns an error #67

Open bcbeta opened 6 years ago

bcbeta commented 6 years ago

It looks like line 175 of the api- $after = 'AND date_occurrence>"' . $date_string->format('Y-m-d H:i:s') . '" '; should be $after = 'AND date_occurrence>"' . $after_string->format('Y-m-d H:i:s') . '" ';