mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
PHP Error fix.
This commit is contained in:
@@ -124,6 +124,8 @@ $ns->tablerender(UGFLAN_4, $mes->render().$text, 'core-ugflag');
|
|||||||
*
|
*
|
||||||
* @return string JS source
|
* @return string JS source
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
function headerjs()
|
function headerjs()
|
||||||
{
|
{
|
||||||
$ret = "
|
$ret = "
|
||||||
@@ -153,4 +155,6 @@ function headerjs()
|
|||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
?>
|
?>
|
@@ -1098,7 +1098,7 @@ $SYSTEM_DIRECTORY = "e107_system/";</pre>
|
|||||||
echo "<div class='alert alert-block alert-error alert-danger' style='font: 11px verdana, tahoma, arial, helvetica, sans-serif;'><h4>CRITICAL ERROR: </h4>";
|
echo "<div class='alert alert-block alert-error alert-danger' style='font: 11px verdana, tahoma, arial, helvetica, sans-serif;'><h4>CRITICAL ERROR: </h4>";
|
||||||
echo (!empty($line)) ? "Line $line " : "";
|
echo (!empty($line)) ? "Line $line " : "";
|
||||||
echo (!empty($file)) ? $file : "";
|
echo (!empty($file)) ? $file : "";
|
||||||
echo "<div>Error reported as: ".$message."</div>";
|
echo "<div>".$message."</div>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
|
||||||
if(!defined('FOOTERF'))
|
if(!defined('FOOTERF'))
|
||||||
|
Reference in New Issue
Block a user