Changeset 601 for trunk/plog-xml.php


Ignore:
Timestamp:
07/06/09 18:13:00 (14 months ago)
Author:
kimparsell
Message:

+ Add debug info to plog-config file
+ Theme cleanup
+ Updated exifer1_7 with latest changes
+ Miscellaneous file cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plog-xml.php

    r600 r601  
    172172 
    173173                        $xml .= '<collection'; 
    174  
    175174                        // Put together the tag attributes 
    176175                        foreach ($collection as $var => $val) { 
    177176                                $xml .= ' '.$var.'="'.htmlspecialchars($val).'"'; 
    178177                        } 
    179  
    180178                        $xml .= '>'; 
    181179                } 
     
    241239 
    242240                                                        $xml .= '<picture'; 
    243  
    244241                                                        foreach ($picture as $var => $val) { 
    245242                                                                $xml .= ' '.$var.'="'.htmlspecialchars($val).'"'; 
    246243                                                        } 
    247  
    248244                                                        $xml .= '>'; 
     245 
    249246                                                } 
    250247 
     
    264261 
    265262                                                                                $xml .= '<comment'; 
    266  
    267263                                                                                foreach ($comment as $var => $val) { 
    268264                                                                                        $xml .= ' '.$var.'="'.htmlspecialchars($val).'"'; 
    269265                                                                                } 
    270  
    271266                                                                                $xml .= '/>'; 
     267 
    272268                                                                        } 
    273269                                                                } 
Note: See TracChangeset for help on using the changeset viewer.