Changeset 37080
- Timestamp:
- 03/31/08 14:32:03 (4 months ago)
- Location:
- 404-notifier
- Files:
-
- 1 removed
- 1 modified
-
tags/1.2a (deleted)
-
trunk/404-notifier.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
404-notifier/trunk/404-notifier.php
r37078 r37080 201 201 function rss_feed() { 202 202 global $wpdb; 203 204 die("205 SELECT *206 FROM $wpdb->ak_404_log207 ORDER BY date_gmt DESC208 LIMIT $this->rss_limit209 ");210 203 $events = $wpdb->get_results(" 211 204 SELECT *
