X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/4125098828a58d8eadc6b55cace17efe732df4e8..043b2bcf8502a733dd6972eeeff6319e6c672436:/sistema/local_lib/prepend.php 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(); + ?>