aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/www/include
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/www/include')
-rw-r--r--mayor-orig/mayor-base/www/include/backend/ads/base/attrs.php3
-rw-r--r--mayor-orig/mayor-base/www/include/share/net/upload.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/mayor-orig/mayor-base/www/include/backend/ads/base/attrs.php b/mayor-orig/mayor-base/www/include/backend/ads/base/attrs.php
index e01aa00c..dd88e863 100644
--- a/mayor-orig/mayor-base/www/include/backend/ads/base/attrs.php
+++ b/mayor-orig/mayor-base/www/include/backend/ads/base/attrs.php
@@ -55,7 +55,7 @@
'shadowmin',
'shadowmax',
'shadowinactive',
-
+ 'otherpager'
/*
'gecos',
'mail',
@@ -132,6 +132,7 @@
'shadowmin' => array('desc' => _ADSSHADOWMIN, 'type' => 'text', 'rights' => 'wrr'),
'shadowmax' => array('desc' => _ADSSHADOWMAX, 'type' => 'text', 'rights' => 'wrr'),
'shadowinactive' => array('desc' => _ADSSHADOWINACTICE, 'type' => 'text', 'rights' => 'wrr'),
+ 'otherpager' => array('desc' => _ADSOTHERPAGER, 'type' => 'text', 'rights' => 'wrr'),
/*
'gecos' => array('desc' => _ADSGECOS, 'type' => 'text', 'rights' => 'w--'),
'mail' => array('desc' => _ADSMAIL, 'type' => 'text', 'rights' => 'wwr'),
diff --git a/mayor-orig/mayor-base/www/include/share/net/upload.php b/mayor-orig/mayor-base/www/include/share/net/upload.php
index a909f6c2..bbc90db8 100644
--- a/mayor-orig/mayor-base/www/include/share/net/upload.php
+++ b/mayor-orig/mayor-base/www/include/share/net/upload.php
@@ -37,7 +37,7 @@ try {
array(
'jpg' => 'image/jpeg',
'png' => 'image/png',
- 'gif' => 'image/gif',
+ 'gif' => 'image/gif'
),
true
)) {