Revision 185
Added by ryan about 19 years ago
functions.php | ||
---|---|---|
702 | 702 |
$database->query($query); |
703 | 703 |
// Run installation script |
704 | 704 |
if($install == true) { |
705 |
require($directory.'/install.php'); |
|
705 |
if(file_exists($directory.'/install.php')) { |
|
706 |
require($directory.'/install.php'); |
|
707 |
} |
|
706 | 708 |
} |
707 | 709 |
} |
708 | 710 |
} |
Also available in: Unified diff
Updated functions file