removing my tests 2

This commit is contained in:
lmarcouiller 2021-01-21 17:18:51 +01:00
commit 5e94cf09ef

View File

@ -2945,7 +2945,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
* @param Translate $langs the $langs variable
* @return string the string to print for the button
*/
function showValueWithCopyAndPasteButton($valuetoprint,$spanid,$langs){
function showValueWithCopyAndPasteButton($valuetoprint, $spanid, $langs)
{
$stringtoprint= '<span id="'.$spanid.'">';
$stringtoprint.= $valuetoprint .'</span>&ensp;';
$stringtoprint.= '</span>';
@ -2978,4 +2979,3 @@ function showValueWithCopyAndPasteButton($valuetoprint,$spanid,$langs){
// End of page
llxFooter();
$db->close();