Changeset 1979

Show
Ignore:
Timestamp:
10/22/07 20:56:22
Author:
woremacx
Message:

branches/feature-server/plagger/lib/PlaggerLDR/Controller/Notify.pm: s/read/readmark/ for r1013.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/feature-server/plagger/lib/PlaggerLDR/Controller/Notify.pm

    r708 r1979  
    1616sub notify : Global { 
    1717    my($self, $c) = @_; 
    18     my $unread = $schema->resultset('Entry')->search({ read => 0 })->count; 
     18    my $unread = $schema->resultset('Entry')->search({ readmark => 0 })->count; 
    1919    $c->response->content_type('text/plain'); 
    2020    $c->response->body("|$unread|http://reader.livedoor.com/reader/\n");