Changeset 299 for trunk


Ignore:
Timestamp:
May 7, 2019, 9:19:35 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/temi/facebook/index.php

    r257 r299  
    107107        echo "<h5>"._LINK."</h5><p>";
    108108        foreach($row as $row2) {
    109                 list($mid, $title,$preamble,$content,$editimage) = explode($row2)) {
     109                list($mid, $title,$preamble,$content,$editimage) = explode($row2);
    110110                if ($title != "" && $content != "") {
    111111                        $content = stripslashes($content);
Note: See TracChangeset for help on using the changeset viewer.