--- nfo/php/libs/org.netfrag.glib/includes.php 2003/04/05 19:55:24 1.15 +++ nfo/php/libs/org.netfrag.glib/includes.php 2004/07/21 12:56:45 1.16 @@ -12,9 +12,12 @@ * *
  *
- *  $Id: includes.php,v 1.15 2003/04/05 19:55:24 joko Exp $
+ *  $Id: includes.php,v 1.16 2004/07/21 12:56:45 joko Exp $
  *
  *  $Log: includes.php,v $
+ *  Revision 1.16  2004/07/21 12:56:45  joko
+ *  minor change to hash-key use
+ *
  *  Revision 1.15  2003/04/05 19:55:24  joko
  *  moved some code to utils/includes.php
  *
@@ -71,11 +74,11 @@
     
 // tune libpath
   // FIXME: enhance! use constants here!!!
-  $smarty = $config['_startup'][path][lib][smarty];
-  $pear = $config['_startup'][path][lib][pear];
-  $flib = $config['_startup'][path][lib][flib];
-  $glib = $config['_startup'][path][lib][glib];
-  $lib_app = $config['_startup'][path][lib][app];
+  $smarty = $config['_startup']['path']['lib']['smarty'];
+  $pear = $config['_startup']['path']['lib']['pear'];
+  $flib = $config['_startup']['path']['lib']['flib'];
+  $glib = $config['_startup']['path']['lib']['glib'];
+  $lib_app = $config['_startup']['path']['lib']['app'];
   php::add_libpath(array($pear, $glib, $lib_app));