summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/cflashclock.mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/cflashclock.mod.php')
-rw-r--r--frontends/php/include/classes/cflashclock.mod.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontends/php/include/classes/cflashclock.mod.php b/frontends/php/include/classes/cflashclock.mod.php
index dbfef8d3..8f359fd5 100644
--- a/frontends/php/include/classes/cflashclock.mod.php
+++ b/frontends/php/include/classes/cflashclock.mod.php
@@ -21,10 +21,13 @@
<?php
class CFlashClock extends CFlash
{
+ /*
var $timetype;
- var $src;
+ var $src;*/
function CFlashClock($width = 200, $height = 200, $timetype = TIME_TYPE_LOCAL, $url = NULL)
{
+ $this->timetype = null;
+
if(!is_numeric($width) || $width < 24) $width = 200;
if(!is_numeric($height) || $height< 24) $height = 200;