Changeset 6252 for temp/trunk/html
- Timestamp:
- 2006/10/13 12:52:47 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6251 r6252 579 579 if (trim($val) != "") { 580 580 $ret = $objDB->query($val); 581 if(PEAR::isError($ret) and$disp_err) {581 if(PEAR::isError($ret) && $disp_err) { 582 582 $arrErr['all'] = ">> " . $ret->message . "<br>"; 583 583 // ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
