Changeset 15120 for branches/beta/data/class/SC_Customer.php
- Timestamp:
- 2007/07/24 21:57:44 (19 years ago)
- File:
-
- 1 edited
-
branches/beta/data/class/SC_Customer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/class/SC_Customer.php
r11460 r15120 46 46 47 47 if ( strlen($email) > 0 && strlen($pass) > 0 ){ 48 $this->getCustomerDataFromEmailPass( $ email, $pass);48 $this->getCustomerDataFromEmailPass( $pass, $email); 49 49 } 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.
