instalation problem
Hey guys and girls
I am n00b
My problem is that I want to install a drupal site on my domain
I uploaded the files. Installed the mysql database.
I run the page and this comes up
Parse error: syntax error, unexpected T_STRING, expecting '{' in..../profiles/satellite/modules/content_complete/content_complete.module on line 136
-----------------------------------
this is the line 136
function content_complete_get_data($content_type, &$user) NULL) {
if (!$user) {
global $user;
}
$fields = content_complete_get_fields($content_type); // all fields
$tagged_fields = content_complete_get_tagged_fields($content_type); // fields tagged for completed (can be empty)
$user_fields = content_complete_get_user_fields($content_type, $user); // fields completed by the user (can be empty)
/**
* Only consider the first instance for now

=-=
what version of Drupal?
and what is the content_complete module? this is not a core module and should be in sites/all/modules