- Timestamp:
- Feb 25, 2009, 9:52:16 PM (16 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- cdb546f
- Parents:
- c1e5316
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/BarnOwl/Module/Twitter.pm
rc1e5316 r706ff88 128 128 $last_id = $twitter->friends_timeline({count => 1})->[0]{id}; 129 129 }; 130 $last_id = 0 unless defined($last_id); 130 131 } 131 132 … … 134 135 $last_direct = $twitter->direct_messages()->[0]{id}; 135 136 }; 137 $last_direct = 0 unless defined($last_direct); 136 138 } 137 139
Note: See TracChangeset
for help on using the changeset viewer.