diff options
author | jeff <jeff> | 2010-01-12 16:40:54 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-01-12 16:40:54 +0000 |
commit | 41f9be5ec8e3c8ce122bed4ea63ce22d6ac5be47 (patch) | |
tree | 667feda1be02fe2f27e61340c0feab86aa77c0f0 | |
parent | c16d983ba622fe24875b140fb1619dae751edb6c (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 ), |