diff --git a/www/protected/views/usuario/index.php b/www/protected/views/usuario/index.php index 0e39ae8..2032e33 100644 --- a/www/protected/views/usuario/index.php +++ b/www/protected/views/usuario/index.php @@ -81,7 +81,7 @@ or =) at the beginning of each of your search values to specify how the c array( 'type' => 'html', 'name' => 'email', - 'value' => 'CHtml::link(CHtml::encode($data->email), array("update", "id"=>$data->id));', + 'value' => 'CHtml::mailto(CHtml::encode($data->email));', 'headerHtmlOptions'=>array( 'class' => 'head1', ),