Update html.formsms.class.php
This commit is contained in:
parent
51ba970eaf
commit
1d82825afa
@ -88,16 +88,17 @@ class FormSms
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
|
||||||
/**
|
/**
|
||||||
* Show the form to input an sms.
|
* Show the form to input an sms.
|
||||||
*
|
*
|
||||||
* @param string $morecss Class on first column td
|
* @param string $morecss Class on first column td
|
||||||
* @param int $showform Show form tags and submit button (recommanded is to use with value 0)
|
* @param int $showform Show form tags and submit button (recommanded is to use with value 0)
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
// phpcs:ignore PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
|
|
||||||
function show_form($morecss='titlefield', $showform=1)
|
function show_form($morecss='titlefield', $showform=1)
|
||||||
{
|
{
|
||||||
|
// phpcs:enable
|
||||||
global $conf, $langs, $user, $form;
|
global $conf, $langs, $user, $form;
|
||||||
|
|
||||||
if (! is_object($form)) $form=new Form($this->db);
|
if (! is_object($form)) $form=new Form($this->db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user