Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 10:44:01 PM (17 years ago)
Author:
apeatling
Message:

Syntax cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-classes.php

    r1021 r1025  
    174174       
    175175        if ( $result ) {
    176             if ( (int)$result[0]->is_confirmed == 0 ) {
     176            if ( 0 == (int)$result[0]->is_confirmed ) {
    177177                return 'pending';
    178178            } else {
Note: See TracChangeset for help on using the changeset viewer.