Little fix for language var

1.9.x
Yannick Warnier 11 years ago
parent fe18fe5993
commit b1315967c5
  1. 2
      main/inc/lib/main_api.lib.php

@ -7205,7 +7205,7 @@ function api_get_protocol()
/**
* Return a string where " are replaced with 2 '
* It is useful when you pass a PHP variable in a Javascript browser dialog
* e.g. : alert("<?php get_lang('message') ?>");
* e.g. : alert("<?php get_lang('Message') ?>");
* and message contains character "
*
* @param string $in_text

Loading…
Cancel
Save