From: Nik Okuntseff Date: Thu, 7 Apr 2016 20:15:46 +0000 (+0000) Subject: Merge branch 'refactoring_test' - this is really a test. X-Git-Tag: timetracker_1.19-1~1715 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/975b7f31dc237009f2eb186a13e33fc3bbae6e0c?hp=8015002a4a219b8fe8a62c95d7561284db5ae07c Merge branch 'refactoring_test' - this is really a test. --- diff --git a/WEB-INF/lib/common.lib.php b/WEB-INF/lib/common.lib.php index 13a5d13c..27c43de3 100644 --- a/WEB-INF/lib/common.lib.php +++ b/WEB-INF/lib/common.lib.php @@ -26,13 +26,8 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ - /** - * @return unknown - * @param file unknown - * @param version = "" unknown - * @desc Loads a class - */ - function import( $class_name ) { +// import() function loads a class. +function import($class_name) { $libs = array( dirname($_SERVER["SCRIPT_FILENAME"]), LIBRARY_DIR @@ -61,7 +56,7 @@ print '
load_class: error loading file "'.$filename.'"'; die(); - } +} // The mu_sort function is used to sort a multi-dimensional array. // It looks like the code example is taken from the PHP manual http://ca2.php.net/manual/en/function.sort.php