Your message dated Sat, 05 Aug 2006 17:31:50 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 4.5.3-6.1sarge2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: drupal
Version: Version: 4.5.3-6.1sarge1
Severity: grave
Tags: patch
Parse error: parse error, unexpected T_STRING in
/usr/share/drupal/includes/file.inc on line 106
Last update of drupal made disappear a ; in /usr/share/drupal/includes/file.inc
diff included
BTW update with postgres are usually a bit of pain cos of the password code.
I've to alter user with password '....'; and set up conf.php everytime a patch
modify the db.
105c105
< $message = t("Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines: <code>%htaccess</code>", array('%directory' => theme('placeholder', $directory), '%htaccess' => '<br />'. str_replace("\n", '<br />', check_plain($htaccess_lines))));
---
> $message = t("Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines: <code>%htaccess</code>", array('%directory' => theme('placeholder', $directory), '%htaccess' => '<br />'. str_replace("\n", '<br />', check_plain($htaccess_lines))))
--- End Message ---
--- Begin Message ---
> Parse error: parse error, unexpected T_STRING in
> /usr/share/drupal/includes/file.inc on line 106
This has been fixed in 4.5.3-6.1sarge2 with the following changelog entry:
* Fix bug introduced by 4.5.3-6.1sarge1 (Closes: #380022)
Appearently the bug was not automatically closed, doing so now.
Thijs
signature.asc
Description: This is a digitally signed message part
--- End Message ---