- Timestamp:
- May 7, 2019, 9:19:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/temi/facebook/index.php
r257 r299 107 107 echo "<h5>"._LINK."</h5><p>"; 108 108 foreach($row as $row2) { 109 list($mid, $title,$preamble,$content,$editimage) = explode($row2) ) {109 list($mid, $title,$preamble,$content,$editimage) = explode($row2); 110 110 if ($title != "" && $content != "") { 111 111 $content = stripslashes($content);
Note:
See TracChangeset
for help on using the changeset viewer.