From: Nik Okuntseff Date: Thu, 7 Apr 2016 20:12:53 +0000 (+0000) Subject: Testing branches and merges. X-Git-Tag: timetracker_1.19-1~1716 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=88ea8b988a90105b46ac7dd1e53dc8c99de3880c;hp=c91765340639292846c6260ef110ac49f62ccfb8;p=timetracker.git Testing branches and merges. --- diff --git a/WEB-INF/lib/common.lib.php b/WEB-INF/lib/common.lib.php index 905f10d1..4fa43777 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