From 7571cef86ee48c928e615bc0822c8ab7e4eb2fd3 Mon Sep 17 00:00:00 2001
From: Silvio <silvio@devlet.com.br>
Date: Mon, 7 Jun 2010 17:19:43 -0300
Subject: BiblioIsisDb: changes in the tag scheme to deal with undefined
 subfields

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'index.php')

diff --git a/index.php b/index.php
index b045be7..4e74b25 100644
--- a/index.php
+++ b/index.php
@@ -14,7 +14,7 @@ require_once 'interface.php';
 
 // Autoloader.
 function cinisis_autoload($class) {
-  require_once 'classes/' .$class. '.php';
+  require_once 'classes/'. $class .'.php';
 }
 
 // Register autoloader.
-- 
cgit v1.2.3