Fix example comment typo

This commit is contained in:
Ahmad M. Zawawi
2017-09-16 10:53:16 +03:00
parent 4e7e6cc658
commit 5fd7cdff5c
2 changed files with 3 additions and 3 deletions

View File

@@ -60,14 +60,14 @@ $db->begin();
require_once(DOL_DOCUMENT_ROOT."/user/class/user.class.php");
// Create invoice object
// Create user object
$obj = new User($db);
//$obj->initAsSpecimen();
$obj->login = 'ABCDEF';
$obj->nom = 'ABCDEF';
// Create invoice
// Create user
$idobject=$obj->create($user);
if ($idobject > 0)
{