mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fixed all PHP syntax errors
This commit is contained in:
@@ -45,4 +45,4 @@ function search_user($row) {
|
|||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
*/
|
@@ -182,3 +182,4 @@ class download_rss // plugin-folder + '_rss'
|
|||||||
//##### ------------------------------------------------------------------------------------
|
//##### ------------------------------------------------------------------------------------
|
||||||
|
|
||||||
$eplug_rss_data[] = $rss;
|
$eplug_rss_data[] = $rss;
|
||||||
|
*/
|
@@ -99,3 +99,4 @@ if($items = $sqlrss->select('featurebox', "*", "fb_class = 0 DESC LIMIT 0,".$thi
|
|||||||
}
|
}
|
||||||
$eplug_rss_data[] = $rss;
|
$eplug_rss_data[] = $rss;
|
||||||
//##### ------------------------------------------------------------------------------------
|
//##### ------------------------------------------------------------------------------------
|
||||||
|
*/
|
@@ -237,5 +237,5 @@ define("FORLAN_219", "Rich Text Editor");
|
|||||||
define("FORLAN_220", "Post editor");
|
define("FORLAN_220", "Post editor");
|
||||||
define("FORLAN_221", "Which editor should be used to create/edit posts?");
|
define("FORLAN_221", "Which editor should be used to create/edit posts?");
|
||||||
define("FORLAN_222", "Quick reply editor");
|
define("FORLAN_222", "Quick reply editor");
|
||||||
define("FORLAN_223", "Use only plain text (no bbcode or html allowed!)")
|
define("FORLAN_223", "Use only plain text (no bbcode or html allowed!)");
|
||||||
|
|
||||||
|
@@ -49,5 +49,5 @@ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>
|
|||||||
|
|
||||||
</buttons>
|
</buttons>
|
||||||
|
|
||||||
</manifest>"
|
</manifest>";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user