Index: trunk/globals.php =================================================================== diff -u -r382 -r385 --- trunk/globals.php (.../globals.php) (revision 382) +++ trunk/globals.php (.../globals.php) (revision 385) @@ -84,6 +84,10 @@ return $retval; } +/** + * @return object + * @desc Returns reference to database connection +*/ function &GetADODBConnection() { static $DB = null; @@ -221,6 +225,10 @@ } +/** + * @return string + * @desc Returns database table prefix entered while installation +*/ function GetTablePrefix() { global $g_TablePrefix;