Changeset 679 for trunk/phpbms/install/install_include.php
- Timestamp:
- 12/15/09 12:22:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/install/install_include.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/install/install_include.php
r528 r679 20 20 21 21 foreach($fileReturn->errors as $error) 22 $return = "\n\n".$error;22 $return .= "\n\n".$error; 23 23 24 24 $return = substr($return, 2);