Changeset 111
- Timestamp:
- 10/08/07 21:43:24 (1 year ago)
- Files:
-
- trunk/wp-infocard/wp/audit.pw.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/wp/audit.pw.php
r110 r111 20 20 $today = date('Y-m-d H-i-s'); 21 21 $query = "INSERT INTO `" . PW_TABLE_PREFIX . "infocard_audit` " 22 . "(` modulusHash`, `ppid`, `accountid`, `email`,`time`,`IP`,`status`) "23 . "VALUES ('$ modulus', '$ppid', '$acct', '$email','$today','$ip','$error')";22 . "(`cardhash`, `accountid`, `email`,`time`,`IP`,`status`) " 23 . "VALUES ('$cardhash', '$acct', '$email','$today','$ip','$error')"; 24 24 25 25 $update_result = $wpdb->query( $query );
