summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-23 15:55:14 +0100
committerAlib <aliboba@free.fr>2010-02-23 15:55:14 +0100
commit19daa143dfab3ff4cc34336e67a1fa87ee167331 (patch)
tree2ae0a72148e10ab66a025e2ac2d4c1c988133440 /includes/include.php
parent5a30949b3e0c396f6f97838125ea4ccd8c1688eb (diff)
downloadistreamdev-19daa143dfab3ff4cc34336e67a1fa87ee167331.tar.gz
istreamdev-19daa143dfab3ff4cc34336e67a1fa87ee167331.tar.bz2
text changes
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php
index 78c82c8..24a7735 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -159,7 +159,7 @@ function delete_timer($timer)
{
$ret = vdrdeltimer($timer);
- $message = " <li class=\"textbox\"><p><font color='black'>{$ret}</font></p></li>";
+ $message = " <li class=\"textbox\"><p><font color='black'>Timer deleted successfully</font></p></li>";
include('includes/inc_timers.php');
}