commit | 4a310b7aef013a02288fc0b37571c841c10323f7 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Wed Jan 30 21:32:47 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Wed Jan 30 21:32:47 2008 +0000 |
tree | 1af9b38df262c7264fc595fe205f3d60c92b05a8 | |
parent | 452c049c25e8bf2fbc3de6f137cad34c0eda6902 [diff] [blame] |
fix orlike to call or_like
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 37bf9ed..e93b99e 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -595,7 +595,7 @@ */ function orlike($field, $match = '', $side = 'both') { - return $this->orlike($field, $match, $side); + return $this->or_like($field, $match, $side); } // --------------------------------------------------------------------