diff options
author | Alib <aliboba@free.fr> | 2010-02-23 15:59:01 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 15:59:01 +0100 |
commit | 988a81e9872dd2964850ddf8ac0677b748ef2fa9 (patch) | |
tree | 91e4d7c59f5046576d2eb30232d7e10f25686b20 | |
parent | 19daa143dfab3ff4cc34336e67a1fa87ee167331 (diff) | |
download | istreamdev-988a81e9872dd2964850ddf8ac0677b748ef2fa9.tar.gz istreamdev-988a81e9872dd2964850ddf8ac0677b748ef2fa9.tar.bz2 |
text change for error messages
-rwxr-xr-x | includes/include.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php index 24a7735..2bf7aa8 100755 --- a/includes/include.php +++ b/includes/include.php @@ -176,7 +176,7 @@ function set_timer($active, $channame, $date, $stime, $etime, $desc, $prevtimer) $retarray = explode(":", $ret); if (!is_numeric(substr($retarray[0], 0, 1))) - $message = " <li class=\"textbox\"><p><font color='red'>Error: {$retarray[0]}</font></p></li>"; + $message = " <li class=\"textbox\"><p><font color='red'>{$retarray[0]}</font></p></li>"; else $message = " <li class=\"textbox\"><p>Timer {$settype}ed successfully</p></li>"; |