fix debug to prefix with var name
darcs-hash:20080618162838-84dde-90e6950d9cdfcfee947f504512b7fb529d0db7de.gz
This commit is contained in:
parent
71aadefc3e
commit
d9b7f0b706
|
@ -58,10 +58,10 @@ class FinishaddopenidAction extends Action {
|
|||
$sreg = $sreg_resp->contents();
|
||||
}
|
||||
|
||||
common_debug(print_r($response, TRUE), __FILE__);
|
||||
common_debug(print_r($sreg, TRUE), __FILE__);
|
||||
common_debug(print_r($display, TRUE), __FILE__);
|
||||
common_debug(print_r($canonical, TRUE), __FILE__);
|
||||
common_debug('response = ' .print_r($response, TRUE), __FILE__);
|
||||
common_debug('sreg = ' .print_r($sreg, TRUE), __FILE__);
|
||||
common_debug('display = ' .print_r($display, TRUE), __FILE__);
|
||||
common_debug('canonical = ' .print_r($canonical, TRUE), __FILE__);
|
||||
|
||||
$other =& $this->get_user($canonical);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user