Show
Ignore:
Timestamp:
01/21/2008 06:56:39 AM (12 months ago)
Author:
Geert
Message:

Cleaning up tons of whitespace:

  • Use tabs for indenting
  • Use spaces for aligning
  • Avoid whitespace at the end of a line
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/models/user.php

    r1707 r1766  
    6060                if (is_object($role)) 
    6161                        return parent::has_role($role); 
    62          
     62 
    6363                // Make sure the role name is a string 
    6464                $role = (string) $role; 
    65          
     65 
    6666                if (ctype_digit($role)) 
    6767                {