Skip to content
Snippets Groups Projects
Commit 1bcd95cb authored by Jared Hancock's avatar Jared Hancock Committed by Peter Rotich
Browse files

oops: Fix lints tests and variable replacement

parent 74d1a888
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ class User extends UserModel {
if (!$cd->isValid())
$valid = false;
if ($cd->get('type') == 'U'
&& ($form= $cd->getForm($data))
&& ($form= $cd->getForm($vars))
&& ($f=$form->getField('email'))
&& $f->getClean()
&& ($u=User::lookup(array('emails__address'=>$f->getClean())))
......
......@@ -73,7 +73,7 @@ field_variable:
<strong>variable</strong> is the name used in this column.<br>
<br>
<em>Company information is available via
<code>%{company.variable}</code> and user information is available
<code>%{</code><code>company.variable}</code> and user information is available
via <code>%{ticket.user.variable}</code></em>
field_delete:
......
......@@ -9,6 +9,7 @@ class mysqli {
function ssl_set() {}
function real_connect() {}
function select_db() {}
function set_charset() {}
}
class mysqli_stmt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment