diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
| commit | 0e1e78449ab2be99a87ac9ce3e9ac4f1f8165202 (patch) | |
| tree | 64884395855a060d7cbf9d2a298774b6ad7711d8 /src/site.clj | |
| parent | 5ca88af2220380f65c3afdeb76ce1ef9e95cb6d2 (diff) | |
| parent | 08e20557015168d35fda101b98696f022f38945a (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'src/site.clj')
| -rw-r--r-- | src/site.clj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj index d537081..5294f40 100644 --- a/src/site.clj +++ b/src/site.clj @@ -548,7 +548,6 @@ FROM users u (.setAttribute st "next" (inc offset))) (if (not= offset 0) (.setAttribute st "prev" (max (dec offset) 0))) - (.setAttribute st "page_current" (inc offset)) (.setAttribute st "debug_log_items" (logger)) (.toString st)) (resp-error "NO_USER"))) @@ -895,7 +894,6 @@ order by count desc limit ? offset ?") (.setAttribute st "next" (inc offset))) (if (not= offset 0) (.setAttribute st "prev" (max (dec offset) 0))) - (.setAttribute st "page_current" (inc offset)) (.setAttribute st "dumps" dumps) (.setAttribute st "infobar" info-bar) (.setAttribute st "page_title" page-title) |
