summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-01-12 17:16:00 +0000
committerjeff <jeff>2010-01-12 17:16:00 +0000
commit71132c6844f123bd4c2a1b677fec6e21775b457e (patch)
treefa5c94a69e0044d2c81407ada0e25949d9ad9c62
parentfdc2f00747d6dc30fe0cedad97da1c374e0c8600 (diff)
eliminate harmless argument isn't numeric messages
-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 97054408f..036d2061d 100644
--- a/FS/FS/part_export/prizm.pm
+++ b/FS/FS/part_export/prizm.pm
@@ -213,7 +213,7 @@ sub _export_insert {
0, $element_name_length),
$location,
$contact,
- sprintf("%032X", $svc->authkey),
+ sprintf("%032X", $svc->authkey || 0),
$performance_profile,
$svc->vlan_profile,
($self->option('ems') ? 1 : 0 ),