X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/a8f88b37e070429e16c674679d1133249911c9e5..8f7267f54f85eaff50ab4303c5b2feb895e4f666:/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(); + ?>