diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-12-13 10:58:30 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-12-13 10:58:30 +0400 |
| commit | 611efae712769e38e232478b484779d73af263db (patch) | |
| tree | b1601297d750f42ca456f3b7de9673905fbc8d9c /backend.php | |
| parent | 1f203144a278f9765da40e20f09cc653d4d8276e (diff) | |
add catchall backend class
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backend.php b/backend.php index 8220337ac..0390ed761 100644 --- a/backend.php +++ b/backend.php @@ -181,10 +181,6 @@ module_pref_instances($link); break; // pref-instances - case "digestTest": - print_r(prepare_headlines_digest($link, $_SESSION["uid"])); - break; // digestTest - case "digestSend": send_headlines_digests($link); break; // digestSend |