openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 160cef5e7c72d7860388fa465ede00d9a9dd0358
parent 6e2e987de7ec19e56f66da149c81280880a7264c
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 21 Jul 2012 01:37:25 +0200

Hinweis, wenn Link-Typ nicht gesetzt.

Diffstat:
Mthemes/default/include/html/link.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/link.inc.php b/themes/default/include/html/link.inc.php @@ -63,7 +63,7 @@ break; default: - $tmp_function_call = "alert('TODO');"; + $tmp_function_call = "alert('Link-attribute type required');"; } // if ( substr($tmp_url,0,10) != 'javascript' )