Changeset 21450 for branches/version-2_12-dev/data/class/util/SC_Utils.php
- Timestamp:
- 2012/02/07 11:21:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/util/SC_Utils.php
r21446 r21450 550 550 /* 1.開始年月日 (YYYY/MM/DD 000000) 551 551 /* 2.終了年月日 (YYYY/MM/DD 235959) 552 /* 3.エラー ( 0 = OK, 1 = NG)552 /* 3.エラー (0 = OK, 1 = NG) 553 553 /*-----------------------------------------------------------------*/ 554 554 function sfCheckSetTerm ($start_year, $start_month, $start_day, $end_year, $end_month, $end_day) { … … 1851 1851 */ 1852 1852 function sfGetPluginInfoArray($path) { 1853 return (array)include_once (PLUGIN_REALDIR . "$path/plugin_info.php");1853 return (array)include_once PLUGIN_REALDIR . "$path/plugin_info.php"; 1854 1854 } 1855 1855
Note: See TracChangeset
for help on using the changeset viewer.
