From 2f151d5f8a935b94d2f538d6aa4a9775d73ab3de Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 1 Oct 2006 12:27:57 +0000 Subject: [PATCH] problem-- git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@940 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/validations.inc.php b/include/validations.inc.php index a49edce..b7b0f66 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -21,6 +21,8 @@ define('SIZE_MAX', 32768); +__autoload('XDB'); + /** * Iterator class, that lists objects through the database */ -- 2.1.4