summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-25 22:34:50 +0100
committerAlib <aliboba@free.fr>2010-02-25 22:34:50 +0100
commitbc4cce1a5e35af5310635b5bd56da1896b608a5d (patch)
tree7cac553e9e87e31ad010adb3774b679b0623a514 /includes/include.php
parentcdc18db790b7e5cc4ae332ece94ecf66beeb0984 (diff)
downloadistreamdev-bc4cce1a5e35af5310635b5bd56da1896b608a5d.tar.gz
istreamdev-bc4cce1a5e35af5310635b5bd56da1896b608a5d.tar.bz2
corrected include in deltimer function
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php
index fe2e6b8..e522295 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -127,7 +127,6 @@ function delete_timer($timer)
$message = " <li class=\"textbox\"><p><font color='black'>Timer deleted successfully</font></p></li>";
- include('includes/inc_timers.php');
}
function set_timer($active, $channame, $date, $stime, $etime, $desc, $prevtimer)