Changeset 4735 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/09/14 19:19:05 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4715 r4735 2349 2349 } 2350 2350 2351 // ILIKE¸¡º÷¤òLIKE¸¡º÷¤ËÊÑ´¹¤¹¤ë 2352 function sfChangeILIKE($sql){ 2353 $arrChange = array("ILIKE" => "LIKE"); 2354 $changesql = strtr($sql,$arrChange); 2355 return $changesql; 2356 } 2357 2351 2358 /* ¥Ç¥Ð¥Ã¥°ÍÑ ------------------------------------------------------------------------------------------------*/ 2352 2359 function sfPrintR($obj) {
Note: See TracChangeset
for help on using the changeset viewer.
