Changeset 10378 for trunk/inc/profiles.inc.php
- Timestamp:
- 05/01/09 01:18:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/profiles.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/profiles.inc.php
r10335 r10378 386 386 "; 387 387 db_res($CheckSQL); 388 if ( mysql_affected_rows()>0) {388 if (db_affected_rows()>0) { 389 389 return true; 390 390 }
Note: See TracChangeset
for help on using the changeset viewer.