summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-20 19:24:18 +0000
committerjeff <jeff>2007-12-20 19:24:18 +0000
commita6ae5144ce937bf2a86734543f4ea396758e07fb (patch)
treef9c302fb061253bee5362d6e25b7ec20d5c52fd4 /FS
parentd055dc2f1c36b4936b6512e31b26b027be023fad (diff)
increase siteName allowed length
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/prizm.pm2
1 files changed, 1 insertions, 1 deletions
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),