[SM-USERS] r13894: undefined function displayInternalLink

2010-01-28 Thread Christian Kujau
Hi, after activating the calendar plugin, clicking on "Calendar" on the top gives: Call to undefined function displayInternalLink I'm currently on r13894 and don't know when this function has been removed from page_header.php[0], but since it's only used in plugins/calendar/functions.php an

Re: [SM-USERS] r13894: undefined function displayInternalLink

2010-01-28 Thread Christian Kujau
On Wed, 27 Jan 2010 at 05:19, Christian Kujau wrote: > I'm currently on r13894 and don't know when this function has been removed > from page_header.php[0], but since it's only used in > plugins/calendar/functions.php anyway, we might as well just define it > there:

[SM-USERS] xmlns missing

2008-08-15 Thread Christian Kujau
Hi, validating the login-page (src/login.php, from the -svn version) with validator.w3.org fails with: > Line 2, Column 5: Missing xmlns attribute for element html. The value > should be: http://www.w3.org/1999/xhtml. > With the patch below, validation succeeds. Care to include this