Changeset 2862
- Timestamp:
- 01/12/12 21:13:35 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/phpcommon/users.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/users.class.php
r2739 r2862 494 494 495 495 function hasTrackHidden() { 496 return substr($this->color,0,1) == "-";496 return False; //#658 - substr($this->color,0,1) == "-"; 497 497 } 498 498
