File: add_attr_form.dpatch

package info (click to toggle)
phpldapadmin 1.1.0.5-6%2Blenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,008 kB
  • ctags: 3,949
  • sloc: php: 17,735; xml: 1,532; sh: 388; makefile: 46
file content (17 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh -e

. $(dirname $0)/DPATCH

exit 0
@DPATCH@
diff -urN phpldapadmin-1.1.0.5/htdocs/add_attr_form.php phpldapadmin-1.1.0.5.debian/htdocs/add_attr_form.php
--- phpldapadmin-1.1.0.5/htdocs/add_attr_form.php	2007-12-26 10:26:32.000000000 +0100
+++ phpldapadmin-1.1.0.5.debian/htdocs/add_attr_form.php	2008-08-03 09:13:26.000000000 +0200
@@ -24,6 +24,7 @@
 printf('<h3 class="subtitle">%s: <b>%s</b> &nbsp;&nbsp;&nbsp; %s: <b>%s</b></h3>',
 	_('Server'),$ldapserver->name,_('Distinguished Name'),htmlspecialchars($entry['dn']['string']));
 
+$dn = array();
 $dn['attrs'] = $ldapserver->getDNAttrs($entry['dn']['string']);
 $dn['oclasses'] = $ldapserver->getDNAttr($entry['dn']['string'],'objectClass');