[phpwebapp-commits] CVS: documentation/templates/tutorial tutorial_items.php,1.3,1.4 tutorial.js,1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-25 15:54:15
|
Update of /cvsroot/phpwebapp/documentation/templates/tutorial In directory sc8-pr-cvs1:/tmp/cvs-serv16099/templates/tutorial Modified Files: tutorial_items.php tutorial.js Log Message: Added copying permission statement for GNU GPL. Index: tutorial_items.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/tutorial/tutorial_items.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tutorial_items.php 20 Aug 2003 07:31:55 -0000 1.3 --- tutorial_items.php 25 Aug 2003 13:29:19 -0000 1.4 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + /** * The $menu_items array contains the items Index: tutorial.js =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/tutorial/tutorial.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tutorial.js 15 Aug 2003 07:32:12 -0000 1.1 --- tutorial.js 25 Aug 2003 13:29:19 -0000 1.2 *************** *** 1,4 **** ! //this function opens a new window for displaying a code file function codeReview(file_path, highlights, lines) { --- 1,6 ---- + //-*- mode: C; -*-//tells emacs to use mode C for this file + /* This file is part of phpWebApp. */ ! /** This function opens a new window for displaying a code file. */ function codeReview(file_path, highlights, lines) { |