We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda977b commit 336381aCopy full SHA for 336381a
application/model.php
@@ -49,8 +49,7 @@ public function create($table_name, $data) {
49
// if an identical record already exists, return it (skip create)
50
return $current_record;
51
}
52
- // initialize container arra
53
-ys for params and their associated values
+ // initialize container arrays for params and their associated values
54
$fields = array();
55
$values = array();
56
// build query parameters
0 commit comments