Changeset d3c4dfd


Ignore:
Timestamp:
04/30/10 14:12:05 (2 years ago)
Author:
benoitg <benoitg@…>
Branches:
('master', '8434b8322dd6f8ff37c17bd45b94e7a826f86b53')('vitrine', 'afe109c61a407808bd54d88bcccb1cde726a010a')
Children:
ad3626832640a4cfafb8e5960b72d0e8dec9819b
Parents:
cadf24b43c2e101fb7a8222336e1f32cb6be96eb
git-author:
benoitg <benoitg@9a151f2f-a8df-0310-a5c5-9fb547312938>2010-04-30 18:12:05+00:00
git-committer:
benoitg <benoitg@9a151f2f-a8df-0310-a5c5-9fb547312938>2010-04-30 18:12:05+00:00
Message:

Fix Lom::getStatus (probable copy-paste error)

git-svn-id: http://projects.coeus.ca/svn/eureka@562 9a151f2f-a8df-0310-a5c5-9fb547312938

Location:
trunk/html/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/html/classes/Lom.php

    r963d302 rd3c4dfd  
    21342134    function getStatus() { 
    21352135        return VocabularyTerm::getObject(array ( 
    2136         $this->mRow['vdex_6_1_identifier'], 
    2137         $this->mRow['vdex_4_vocabulary_identifier'] 
     2136        $this->mRow['lom_status_identifier'], 
     2137        $this->mRow['lom_status_vdex_4_vocabulary_identifier'] 
    21382138        )); 
    21392139 
  • trunk/html/classes/ThemeList.php

    rc33446e rd3c4dfd  
    268268                echo "<ul>\n"; 
    269269                // Loading validation status vocabulary 
    270                 $vocabulaire = new Vocabulary(VOC_EUREKA_LOM_STATUS); 
     270                $vocabulaire = Vocabulary::getObject(VOC_EUREKA_LOM_STATUS); 
    271271 
    272272                foreach ($fiches_array as $title => $fiche) { 
Note: See TracChangeset for help on using the changeset viewer.