I don’t know how to set it to ‘true’, do you?
Here is line 22:
$obj->PrepareContent(&$row, $params, $page);
of the code on this page:
<?php
/*————————————————————————
# JA tabs 1.0 – June, 2008
# ————————————————————————
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license – Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com – http://www.joomlancers.com
————————————————————————-*/
// Check to ensure this file is included in Joomla!
defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );
global $_MAMBOTS;
$_MAMBOTS->registerFunction( ‘onPrepareContent’, ‘botja_tabs’ );
function botja_tabs($published, &$row, &$params, $page=0){
require_once(dirname(__FILE__).’/ja_tabs/’.’ja_tabs.class.php’);
$obj = new plgContentJA_tabs();
$obj->PrepareContent(&$row, $params, $page);
}
?>
THANKS!