Hi,
In that case, we need a patch for settings.php:
//$conf = array( // 'site_name' => 'My Drupal site', // 'theme_default' => 'pushbutton', // 'anonymous' => 'Visitor' //);
Regards,
Kobus
morbus@disobey.com 6/13/2006 3:07 PM >>>
$conf = array( 'site_mail' => 'your@address.here', );
I mean your site's general mail address here - not your personal one
-
however, it should still work as is. Also note that there should not
be
a comma behind the address - copy/paste error on my side. It should
look
For what it's worth, Kobus, Drupal style IS to have a dangling comma like that in arrays.