summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/patches/patch-lib_DateAttribute.php
blob: 8d4997635cb590221b8413df575e33dfd8b46bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-lib_DateAttribute.php,v 1.1 2022/04/16 03:11:28 khorben Exp $

--- lib/DateAttribute.php.orig	2012-10-01 06:54:14.000000000 +0000
+++ lib/DateAttribute.php
@@ -12,6 +12,6 @@
  * @package phpLDAPadmin
  * @subpackage Templates
  */
-class DateAttribute extends Attribute {
+class DateAttribute extends PLAAttribute {
 }
 ?>