diff options
author | jeff <jeff> | 2010-01-12 17:16:00 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-01-12 17:16:00 +0000 |
commit | 71132c6844f123bd4c2a1b677fec6e21775b457e (patch) | |
tree | fa5c94a69e0044d2c81407ada0e25949d9ad9c62 | |
parent | fdc2f00747d6dc30fe0cedad97da1c374e0c8600 (diff) |
eliminate harmless argument isn't numeric messages
-rw-r--r-- | FS/FS/part_export/prizm.pm | 2 |
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 ), |