From 9d1cd91904cf82b10fed9a89e68bf5a824870dd5 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 20 Dec 2007 19:23:37 +0000 Subject: [PATCH] increase siteName allowed length --- FS/FS/part_export/prizm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/prizm.pm b/FS/FS/part_export/prizm.pm index 1a4223d66..33c53f3ae 100644 --- a/FS/FS/part_export/prizm.pm +++ b/FS/FS/part_export/prizm.pm @@ -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), -- 2.20.1