1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Some work on unattended install.. not fully working yet.

This commit is contained in:
CaMer0n
2009-09-04 01:17:22 +00:00
parent 579674c87e
commit 3e5d46663e
3 changed files with 56 additions and 41 deletions

View File

@@ -9,8 +9,8 @@
* mySQL Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/mysql_class.php,v $
* $Revision: 1.43 $
* $Date: 2009-09-03 23:39:32 $
* $Revision: 1.44 $
* $Date: 2009-09-04 01:17:21 $
* $Author: e107coders $
*/
@@ -61,7 +61,7 @@ $db_ConnectionID = NULL; // Stores ID for the first DB connection used - which s
* MySQL Abstraction class
*
* @package e107
* @version $Revision: 1.43 $
* @version $Revision: 1.44 $
* @author $Author: e107coders $
*/
class db {