increase siteName allowed length
authorjeff <jeff>
Thu, 20 Dec 2007 19:24:18 +0000 (19:24 +0000)
committerjeff <jeff>
Thu, 20 Dec 2007 19:24:18 +0000 (19:24 +0000)
FS/FS/part_export/prizm.pm

index 1a4223d..33c53f3 100644 (file)
@@ -142,7 +142,7 @@ sub _export_insert {
                                       $networkid,
                                       $svc->mac_addr,
                                       substr($name . " " . $svc->description,
-                                             0, 50),
+                                             0, 150),
                                       $location,
                                       $contact,
                                       sprintf("%032X", $svc->authkey),