Changeset 3420 for temp/trunk/data
- Timestamp:
- 2006/08/31 10:17:03 (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
r3411 r3420 40 40 $objConn = new SC_DbConn(DEFAULT_DSN); 41 41 // ºÇ½é¤Ë¼Â¹Ô¤¹¤ëPHP¥½¡¼¥¹¤ò¸¡º÷¤¹¤ë 42 $arrRet = $objConn->getAll("SELECT extern_php FROM dtb_update WHERE main_php = ? OR main_php IS NULL",array($_SERVER['PHP_SELF']));42 $arrRet = $objConn->getAll("SELECT extern_php FROM dtb_update WHERE main_php = ? OR main_php = '*'",array($_SERVER['PHP_SELF'])); 43 43 foreach($arrRet as $array) { 44 44 if($array['extern_php'] != "") {
Note: See TracChangeset
for help on using the changeset viewer.
