Changeset 37080

Show
Ignore:
Timestamp:
03/31/08 14:32:03 (4 months ago)
Author:
alexkingorg
Message:

removing debug msg

Location:
404-notifier
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • 404-notifier/trunk/404-notifier.php

    r37078 r37080  
    201201      function rss_feed() { 
    202202            global $wpdb; 
    203  
    204 die(" 
    205                   SELECT * 
    206                   FROM $wpdb->ak_404_log 
    207                   ORDER BY date_gmt DESC 
    208                   LIMIT $this->rss_limit 
    209 "); 
    210203            $events = $wpdb->get_results(" 
    211204                  SELECT *