Changeset 458
- Timestamp:
- 08/17/07 20:22:54 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
expansion_pack/textcube/plugins/findingNemo/index.php
r441 r458 44 44 $data = misc::fetchConfigVal($configVal); 45 45 findNemo_initConfigVal($data); 46 if ($suri['directive'] != "/rss" && $suri['directive'] != "/sync" && $data['b1'] && !$data['b3']) {46 if ($suri['directive'] != "/rss" && $suri['directive'] != "/sync" && $data['b1'] && (isset($data['b3']) && !$data['b3'])) { 47 47 $target .= '<div id="findingNemoContent'.$mother.'" class="findingNemoEntry"><script type="text/javascript">findingNemo(\''.$mother.'\');</script></div>'; 48 48 }