/[drupal]/contributions/modules/lm_paypal/lm_paypal.js
ViewVC logotype

Contents of /contributions/modules/lm_paypal/lm_paypal.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.23 - (show annotations) (download) (as text)
Sun Oct 8 20:51:08 2006 UTC (3 years, 1 month ago) by leemcl
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.1: +1 -1 lines
File MIME type: text/javascript
Update version numbers to match originals
1 // $Id: lm_paypal.js,v 1.1 2006/10/08 19:44:25 leemcl Exp $
2 function lm_paypal_setbiz(form,user,host)
3 {
4 form.business.value = user + '@' + host;
5 return true;
6 }

  ViewVC Help
Powered by ViewVC 1.1.2