backport fix from 1.5 for "can't declare scalar assignment in my" error
[freeside.git] / eg / export_template.pm
index 2c199db..cd42211 100644 (file)
@@ -67,15 +67,9 @@ sub myexport_queue {
 }
 
 sub myexport_insert { #subroutine, not method
-  my( $username, $password ) = @_;
-  #do things with $username and $password
 }
-
 sub myexport_replace { #subroutine, not method
 }
-
 sub myexport_delete { #subroutine, not method
-  my( $username ) = @_;
-  #do things with $username
 }