@@ -944,6 +944,9 @@ discard block |
||
| 944 | 944 | $db = null; |
| 945 | 945 | } |
| 946 | 946 | |
| 947 | + /** |
|
| 948 | + * @param string $version |
|
| 949 | + */ |
|
| 947 | 950 | public static function upgrade_version($version) |
| 948 | 951 | { |
| 949 | 952 | $const_dbpath = costant::database_path(); |
@@ -961,6 +964,10 @@ discard block |
||
| 961 | 964 | //######################### |
| 962 | 965 | class various |
| 963 | 966 | { |
| 967 | + /** |
|
| 968 | + * @param string $AlertMessage |
|
| 969 | + * @param string $AlertRedirect |
|
| 970 | + */ |
|
| 964 | 971 | public static function send_alert_and_redirect($AlertMessage, $AlertRedirect) |
| 965 | 972 | { |
| 966 | 973 | echo "<script src='res/app/functions-1.0.4.js' type='text/javascript'></script>"; |
@@ -1153,6 +1160,9 @@ discard block |
||
| 1153 | 1160 | return $tr_default_type; |
| 1154 | 1161 | } |
| 1155 | 1162 | |
| 1163 | + /** |
|
| 1164 | + * @return string |
|
| 1165 | + */ |
|
| 1156 | 1166 | public static function attachments_folder() |
| 1157 | 1167 | { |
| 1158 | 1168 | global $attachments_folder; |