summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 12:58:29 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 12:58:29 +0300
commitba7e88e5a59295ac3eed38ea627e9fa2a414b989 (patch)
tree64c5475fcb5734b5f0a1758355b4174e1992ebc4 /backend.php
parent411fe209d642f64ee1f856908e6c1b4507893fcf (diff)
add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index c64ceaa97..410f89864 100644
--- a/backend.php
+++ b/backend.php
@@ -526,6 +526,10 @@
$print_exec_time = false;
break; // digestSend
+ case "loading":
+ print __("Loading, please wait...") . " " .
+ "<img src='images/indicator_tiny.gif'>";
+
case "getProfiles":
$login = db_escape_string($_REQUEST["login"]);
$password = db_escape_string($_REQUEST["password"]);
@@ -553,6 +557,7 @@
} // Select action according to $op value.
+
// We close the connection to database.
db_close($link);
?>