mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
fixed warning introduced by strstr --> strpos conversation
This commit is contained in:
parent
1c1e2d49b1
commit
ce2a7c918f
@ -111,7 +111,7 @@ class html
|
|||||||
{
|
{
|
||||||
if (!$this->wz_tooltip_included)
|
if (!$this->wz_tooltip_included)
|
||||||
{
|
{
|
||||||
if (strpos('wz_tooltip',$GLOBALS['egw_info']['flags']['need_footer'])===false)
|
if (strpos($GLOBALS['egw_info']['flags']['need_footer'],'wz_tooltip')===false)
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['flags']['need_footer'] .= '<script language="JavaScript" type="text/javascript" src="'.$this->phpgwapi_js_url.'/wz_tooltip/wz_tooltip.js"></script>'."\n";
|
$GLOBALS['egw_info']['flags']['need_footer'] .= '<script language="JavaScript" type="text/javascript" src="'.$this->phpgwapi_js_url.'/wz_tooltip/wz_tooltip.js"></script>'."\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user