Skip to content

Commit 336381a

Browse files
committed
Update model.php
1 parent dda977b commit 336381a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/model.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public function create($table_name, $data) {
4949
// if an identical record already exists, return it (skip create)
5050
return $current_record;
5151
}
52-
// initialize container arra
53-
ys for params and their associated values
52+
// initialize container arrays for params and their associated values
5453
$fields = array();
5554
$values = array();
5655
// build query parameters

0 commit comments

Comments
 (0)