Changeset 1607
- Timestamp:
- 11/11/2006 03:02:51 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
scripts/prepend.inc.php (modified) (1 diff, 1 prop)
-
setup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/prepend.inc.php
- Property svn:executable deleted
r1599 r1607 3 3 error_reporting(E_ALL ^ E_NOTICE); 4 4 5 define("JLOG_VERSION", '1.0. 1');5 define("JLOG_VERSION", '1.0.2'); 6 6 define("JLOG_DB_CONTENT", JLOG_DB_PREFIX."content"); 7 7 define("JLOG_DB_COMMENTS", JLOG_DB_PREFIX."comments"); -
trunk/setup.php
r1603 r1607 7 7 error_reporting(E_ALL ^ E_NOTICE); 8 8 9 define("JLOG_NEW_VERSION", '1.0. 1');9 define("JLOG_NEW_VERSION", '1.0.2'); 10 10 define("JLOG_SETUP", true); 11 11 define("JLOG_PHPV", "4.1.1");
