From 4f1c5842a58b56c7af3e4df23bf181aa02f85292 Mon Sep 17 00:00:00 2001 From: web Date: Sat, 25 Nov 2006 19:03:12 +0000 Subject: [PATCH] Don't understand why... git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1169 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations.inc.php b/include/validations.inc.php index 6d42bc2..4003a56 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -21,7 +21,7 @@ define('SIZE_MAX', 32768); -__autoload('XDB'); +require_once dirname(__FILE__) . '/../classes/xdb.php'; /** * Iterator class, that lists objects through the database -- 2.1.4