Package: mantis
Version: 0.19.2-5sarge1
Severity: important
Tags: patch
an error (probably) in patching system, I've resolved in this way
# diff view_filters_page.php.old view_filters_page.php
38c38,39
< $t_field_info = custom_field_cache_row(
$t_cfid, true );+ if (
$t_field_info['access_level_r'] <= $t_current_user_access_level ) {
---
> $t_field_info = custom_field_cache_row(
> $t_cfid, true );
> if ( $t_field_info['access_level_r'] <=
> $t_current_user_access_level ) {
42c43,44
< $t_fields[] = "custom_" .
$t_field_info['name'];+ }
---
> $t_fields[] = "custom_" .
> $t_field_info['name'];
> }
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.32-grsec
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)
Versions of packages mantis depends on:
ii apache [httpd] 1.3.33-6sarge1 versatile, high-performance HTTP s
ii debconf 1.4.30.13 Debian configuration management sy
ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii libapache-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii libphp-adodb 4.52-1 The 'adodb' database abstraction l
ii makepasswd 1.10-2 Generate and encrypt passwords
ii mysql-client 4.0.24-10sarge1 mysql database client binaries
ii php4-cli 4:4.3.10-16 command-line interpreter for the p
ii php4-mysql 4:4.3.10-16 MySQL module for php4
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- debconf information:
mantis/title: Mantis
* mantis/url: https://www.sythos.net/tribunale/
mantis/bounce: [EMAIL PROTECTED]
* mantis/db_autoupdate: true
* mantis/ldap: false
mantis/ldap_server: localhost
mantis/version:
mantis/from: [EMAIL PROTECTED]
mantis/show_version: true
mantis/root_mysql: root
mantis/signup: true
mantis/admin: [EMAIL PROTECTED]
mantis/ldap_info:
* mantis/username: mantis
mantis/webmaster: [EMAIL PROTECTED]
* mantis/purge_db: true
mantis/dn: dn=
mantis/mysql_port: 3306
* mantis/webserver: apache-ssl
* mantis/app_configure: true
mantis/language: english
* mantis/mysql_server: localhost
* mantis/database: mantis
mantis/organisation:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]