Changeset 16516
- Timestamp:
- 2007/10/19 18:57:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php
r16401 r16516 74 74 $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 75 75 $objCustomer->setLogin($email); 76 $this->sendRedirect($this->getLocation("./compl ate.php", $etc_val));76 $this->sendRedirect($this->getLocation("./complete.php", $etc_val)); 77 77 exit; 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.