Changeset 774
- Timestamp:
- 01/15/07 01:09:11 (2 years ago)
- Files:
-
- trunk/upload/include/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/upload/include/functions.php
r773 r774 78 78 { 79 79 $pun_user['logged'] = $now; 80 80 81 81 // With MySQL/MySQLi, REPLACE INTO avoids a user having two rows in the online table 82 82 switch ($db_type)
