Changeset 19803 for branches/version-2_5-dev/data/plugin
- Timestamp:
- 2010/12/31 14:43:16 (15 years ago)
- Location:
- branches/version-2_5-dev/data/plugin
- Files:
-
- 2 edited
-
TestPlugin1/TestPlugin1.php (modified) (1 diff)
-
bingo/SC_Plugin_bingo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/plugin/TestPlugin1/TestPlugin1.php
r19670 r19803 1 1 <?php 2 require_once CLASS_ PATH."/SC_Plugin.php";2 require_once CLASS_FILE_PATH."/SC_Plugin.php"; 3 3 4 4 class TestPlugin1 extends SC_Plugin { -
branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php
r19802 r19803 23 23 24 24 // {{{ requires 25 require_once(CLASS_EX_ PATH . "SC_Plugin_Ex.php");25 require_once(CLASS_EX_FILE_PATH . "SC_Plugin_Ex.php"); 26 26 // }}} 27 27
Note: See TracChangeset
for help on using the changeset viewer.
