From 0c19dea4e96604aedbf8c24af63dd78d040c1bba Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 9 Dec 2013 11:40:11 +0100 Subject: [PATCH] Typo --- bin/monitor.php | 2 +- test/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/monitor.php b/bin/monitor.php index 5cc259593..75f793140 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -4,7 +4,7 @@ require(dirname(__FILE__)."/config.php"); require(WWW_DIR.'/lib/postprocess.php'); require_once (WWW_DIR.'/lib/site.php'); -$version="0.3r328"; +$version="0.3r329"; $db = new DB(); $s = new Sites(); diff --git a/test/functions.php b/test/functions.php index fff5ab6fa..b036c19a6 100755 --- a/test/functions.php +++ b/test/functions.php @@ -22,7 +22,7 @@ require_once("ColorCLI.php"); class Functions { - function __construct(); + function __construct() { $this->c = new ColorCLI(); }