Yes, Kelvin, it does.
To say it clearly: It is a vLIB-matter to 100%.
I assume it is because I use the following function:
showCaseInfoadm_newEntry.php, $result, 0;
//////
// This function is used to show one or more cases
// c_id, c_open, etc. in a table.
// @param string $linkFile --- e.g. case_newEntry.php OR noLink
// @param string $result --- Result of mysql_query
// @param int $entriesYesNo --- defines if entries should be
// shown or not
function showCaseInfo$linkFile, $result, $entriesYesNo
showCaseInfo uses (inside): $tmpl = new vlibTemplate('tmpl/main_showCases.htm');
Please install PHD and see for yourself.
The key is the function call. Everything else is working.
Regards,
Claus