Code: Select all
// define all supported sets in your repository
$SETS = array (
array('setSpec'=>'phdthesis', 'setName'=>'PHD Thesis', 'setDescription'=>'') //,
// array('setSpec'=>'math', 'setName'=>'Mathematics') ,
// array('setSpec'=>'phys', 'setName'=>'Physics')
);Code: Select all
$SETS = array (
array('setSpec'=>'photos', 'setName'=>'photos', 'setDescription'=>'Digital photos'),
array('setSpec'=>'genealogy', 'setName'=>'genealogy' 'setDescription'=>'Family Tree')
);Code: Select all
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /u2/elsi/public_html/config.php on line 149Thanks,
Elsi