~eda-qa/brainbrain/main

« back to all changes in this revision

Viewing changes to dist/web/core/app-module/BrainEntry.inc

  • Committer: edA-qa mort-ora-y
  • Date: 2010-04-18 11:19:01 UTC
  • Revision ID: eda-qa@disemia.com-20100418111901-opwm0incj57oqz3n
cleanup changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        
61
61
        public function getTitle()
62
62
        {
63
 
                return $this->be->title;
 
63
                $useTitle = split( ':', $be->title );
 
64
                $useTitle = join( ' - ', $useTitle );
 
65
                return $useTitle;
64
66
        }
65
67
        
66
68
        public function display()