X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/4125098828a58d8eadc6b55cace17efe732df4e8..380db138cd51d18c0573c96277db4854c36c1811:/sistema/local_lib/prepend.php?ds=sidebyside diff --git a/sistema/local_lib/prepend.php b/sistema/local_lib/prepend.php index 191ec34..5afcf70 100644 --- a/sistema/local_lib/prepend.php +++ b/sistema/local_lib/prepend.php @@ -56,4 +56,8 @@ $LAYOUT->setCellAttributes(0, 0, array('width' => '1')); $LAYOUT->setCellAttributes(0, 1, array('width' => '10')); $LAYOUT->setCellContents(0, 1, ' '); +// Siempre uso mi base de datos. +require_once 'AIDB.php'; +$db =& AIDB::connect(); + ?>