From: Matteo Nastasi (mop) Date: Thu, 27 Jan 2011 07:49:01 +0000 (+0100) Subject: syntax typo fixed X-Git-Tag: 3.1.0~18 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=624de6cc9fb76254d07a81a13bdedfef847324ea;p=brisk.git syntax typo fixed --- diff --git a/web/Obj/dbase_file.phh b/web/Obj/dbase_file.phh index 2fb3178..2245efd 100644 --- a/web/Obj/dbase_file.phh +++ b/web/Obj/dbase_file.phh @@ -22,7 +22,7 @@ * */ -require_once("Obj/dbase_base.phh") +require_once("Obj/dbase_base.phh"); define(BRISK_AUTH_CONF, "brisk_auth.conf.pho");