removing my tests 2
This commit is contained in:
commit
5e94cf09ef
@ -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> ';
|
||||
$stringtoprint.= '</span>';
|
||||
@ -2978,4 +2979,3 @@ function showValueWithCopyAndPasteButton($valuetoprint,$spanid,$langs){
|
||||
// End of page
|
||||
llxFooter();
|
||||
$db->close();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user