Changeset 43311a31f8b0f522da943b9f0d511f8b099f72d7
- Timestamp:
- 01/25/11 19:10:38
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1295982638 +0000
- git-parent:
[86512c5ce78ec987515695d6cfe5662f3cbf7e9d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1295982638 +0000
- Message:
reset the last_msg so we don't get a fetch if the search returns no results
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r86512c5 |
r43311a3 |
|
| 266 | 266 | |
|---|
| 267 | 267 | if check.config.search ~= nil then |
|---|
| | 268 | last_msg = nil |
|---|
| 268 | 269 | local search = check.config.search:gsub("[\r\n]", "") |
|---|
| 269 | 270 | local sstart = noit.timeval.now() |
|---|