Changeset 17949
- Timestamp:
- 2009/04/01 17:19:13 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_Inquiry.php
r17701 r17949 288 288 if (strlen($_POST["question"][$i]["name"]) == 0) { 289 289 $objErr->arrErr["question"][$i]["name"] = "タイトルを入力して下さい。"; 290 } else if ( strlen($_POST["question"][$i]["name"]) > STEXT_LEN ) {290 } else if ( mb_strlen($_POST["question"][$i]["name"]) > STEXT_LEN ) { 291 291 $objErr->arrErr["question"][$i]["name"] = "タイトルは". STEXT_LEN ."字以内で入力して下さい。"; 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.
