Revision 95
Added by stefan about 20 years ago
| class.database.php | ||
|---|---|---|
| 74 | 74 |
|
| 75 | 75 |
// Disconnect from the database |
| 76 | 76 |
function disconnect() {
|
| 77 |
if(isset($this->Database)) {
|
|
| 77 |
if($this->connected==true) {
|
|
| 78 | 78 |
mysql_close(); |
| 79 | 79 |
return true; |
| 80 | 80 |
} else {
|
Also available in: Unified diff
Moved settings from config.php into database.
NOT FULLY WORKING!!!