mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02103
[Bug 673003] Re: ?> missing to close php code in auth.internal.php
Hi Dominique,
That closing tag is actually unnecessary and in fact can cause some
weird (and hard to find) parsing errors in some cases when there is
extra whitespace after the closing tag.
This is why we are slowly trying to eliminate closing tags in new and
existing files.
http://wiki.mahara.org/BasicPHPFileTemplates
The Moodle coding guidelines also require omitting the closing tag:
http://docs.moodle.org/en/Development:Coding_style#PHP_tags
Cheers,
Francois
** Changed in: mahara
Status: New => Invalid
--
?> missing to close php code in auth.internal.php
https://bugs.launchpad.net/bugs/673003
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Invalid
Bug description:
The "?>" clause is missing at the end of the file
auth/internal/lang/en.utf8/auth.internal.php
Nothing really important but at some point should be edited to avoid eventual parser problems.
In all versions including 1.3.3
References