Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
49c3ffb94ec1a94b1fba612e5622ea68e805c401
Authored by
Administrator
2017-01-12 12:30:43 +0200
1 parent
96b36bab
add local config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/customers.php
Inline
Side-by-side
src/lib/models/customers.php
Wrap text
Show/Hide comments
View file @
49c3ffb
...
...
@@ -504,7 +504,7 @@ class customers extends \db
504
504
505
505
$connection->commit();
506
506
507
- return
true
;
507
+ return
$result
;
508
508
}
509
509
catch(\Exception $e)
510
510
{
...
...