/[cvs]/nfo/php/libs/org.netfrag.glib/Data/Lift/hash/job/html.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Data/Lift/hash/job/html.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Mon Mar 10 17:55:30 2003 UTC revision 1.3 by joko, Sat Mar 29 08:49:11 2003 UTC
# Line 13  Line 13 
13  //    $Id$  //    $Id$
14  //    -------------------------------------------------------------------------  //    -------------------------------------------------------------------------
15  //    $Log$  //    $Log$
16    //    Revision 1.3  2003/03/29 08:49:11  joko
17    //    fix: catched php exception
18    //
19  //    Revision 1.2  2003/03/10 17:55:30  joko  //    Revision 1.2  2003/03/10 17:55:30  joko
20  //    + metadata for phpDocumentor  //    + metadata for phpDocumentor
21  //  //
# Line 103  class Data_Lift_hash_job_html { Line 106  class Data_Lift_hash_job_html {
106        $data[description] = $description;        $data[description] = $description;
107    
108      // 2. try to make up some detailed information about steps from additional metadata      // 2. try to make up some detailed information about steps from additional metadata
109        if (is_array($data[container])) {
110        $steps = array();        $steps = array();
111        // check 'container'        // check 'container'
112        foreach ($data[container] as $key => $value) {        foreach ($data[container] as $key => $value) {
# Line 135  class Data_Lift_hash_job_html { Line 139  class Data_Lift_hash_job_html {
139          array_push($steps, $args);          array_push($steps, $args);
140        }        }
141        $data[steps] = join('<br/>', $steps);        $data[steps] = join('<br/>', $steps);
142        }
143                
144    }    }
145    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed