diff options
author | Alib <aliboba@free.fr> | 2010-02-23 15:55:14 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 15:55:14 +0100 |
commit | 19daa143dfab3ff4cc34336e67a1fa87ee167331 (patch) | |
tree | 2ae0a72148e10ab66a025e2ac2d4c1c988133440 | |
parent | 5a30949b3e0c396f6f97838125ea4ccd8c1688eb (diff) | |
download | istreamdev-19daa143dfab3ff4cc34336e67a1fa87ee167331.tar.gz istreamdev-19daa143dfab3ff4cc34336e67a1fa87ee167331.tar.bz2 |
text changes
-rwxr-xr-x | includes/inc_vdr.php | 2 | ||||
-rwxr-xr-x | includes/include.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php index 233378b..939e376 100755 --- a/includes/inc_vdr.php +++ b/includes/inc_vdr.php @@ -292,7 +292,7 @@ function vdrlisttimers() { if (!is_numeric(substr($timers,0,1))) { - print "<li class=\"textbox\"><p>{$timers}</p></li>\r\n"; + print "<li class=\"textbox\"><p>none</p></li>\r\n"; return; } else 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'); } |