Changeset 1664

Show
Ignore:
Timestamp:
01/07/07 22:53:01 (23 months ago)
Author:
mbonetti
Message:

undoing Chris' changeset, because I'm not quite sure what the heck it is all about :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/user.php

    r1658 r1664  
    229229 
    230230        function getShowPrivate() { 
    231                 return $this -> _showPrivate; 
     231                return true; //$this -> _showPrivate; 
    232232        } 
    233233        function setShowPrivate($show) {