* @param array $getVars Array (as key => value pairs) of GET variables to pass to the link.
* @param array $attrs Other links (A tag) attributes.
*
* @return void
* @access public
*/
* @param array $getVars Array (as key => value pairs) of GET variables to pass to the link.
* @param array $attrs Other links (A tag) attributes.
*
* @return void
* @access public
*/
- function HTML_Link($href = '', &$contents = '', $getVars = array(), $attrs = array()) // ~X2C
+ function HTML_Link($href = '', $contents = '', $getVars = array(), $attrs = array()) // ~X2C
if (is_object($v) and method_exists($v, 'tostring')) {
$v = $v->tostring();
} elseif (is_object($v) or is_array($v)) {
if (is_object($v) and method_exists($v, 'tostring')) {
$v = $v->tostring();
} elseif (is_object($v) or is_array($v)) {