Used last year's program page as source for this year's, copied and pasted all the sessions in.
Adjusted the page http://web.uvic.ca/french/web_pages/grad_colloquium/index.php to make the entries for 2007, 2008 and 2009 consistent.
Noticed that the include files were not linking properly. Turned out that the variable ($level) was not registered with the session array, so I created a new variable $_SESSION['level'] in the URL above and in the files in the 2009 subfolder. Setting that var must happen after the include settings.php call for any page that is not in the root folder. The settings.php file sets the value of the variable to "", so files in the root folder need not address the variable. That variable is used in the files script_files/php/menu.php and script_files/php/settings.php to control how many directories to back up to get to the directory root.
All the pages on the site other than the grad colloquium tree are at the root level and thus don't use that session variable
With HC's departure as editor, I've amended the masthead to remove her and one editorial assistant, but put them on a secondary page which lists previous editorial staff.
ML reported that he was getting an SQL error message when he tried to search by treatment
Query failed: You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near
'( t1.treatment_text LIKE '%cure%' OR t2.treatment_text LIKE '%cure%')
GROUP BY ' at line 1
I could not reproduce the behaviour, so asked him to confirm the problem and report on browser and OS, so I could try to reproduce it.
Got report back from central web development office on the western deans site implementation of the new Humanities templates. They wanted all the elements they had provided included (including some I'd removed such as background images and links that the target audience would have no use for).
I forgot to cc the Dean's office on these changes, but they noticed them anyway and wondered why some of the observed changes were being made - as they felt they weren't for the better.
Emailed the web dev office to get clarification on degree of judgment I have regarding presence and presentation of various elements in that template.