Changeset 109
- Timestamp:
- 01/14/06 08:04:42 (3 years ago)
- Files:
-
- devel/includes_system.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/includes_system.php
r82 r109 36 36 "; 37 37 } 38 if (!function_exists('mysql_query')) { 39 // people have been having a spot of trouble installing elgg without the mysql php module... 40 $diemessages[] = " 41 Installation problem: Can't find the PHP MySQL module. 42 Even with PHP and MySQL installed, sometimes the module to connect them is missing. 43 Please check your PHP installation. 44 "; 45 } 46 38 47 39 48 if (count($diemessages)) {
