[geeklog-cvs] geeklog: Fixed a few function descriptions that contained incorr...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Apr 12 09:37:14 EDT 2011


changeset 8224:6fd7be1e9be0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6fd7be1e9be0
user: Tom <websitemaster at cogeco.net>
date: Tue Apr 12 09:35:54 2011 -0400
description:
Fixed a few function descriptions that contained incorrect information. Bug 1315

diffstat:

 system/classes/scripts.class.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r efe112a34ef1 -r 6fd7be1e9be0 system/classes/scripts.class.php
--- a/system/classes/scripts.class.php	Mon Apr 11 10:45:58 2011 -0400
+++ b/system/classes/scripts.class.php	Tue Apr 12 09:35:54 2011 -0400
@@ -270,7 +270,7 @@
     * Set JavaScript file to load
     *
     * @param    $name       name of JavaScript file
-    * @param    $file       location of file relative to public_html directory. Do not include '/' at beginning
+    * @param    $file       location of file relative to public_html directory. Include '/' at beginning
     * @param    $footer     set to true to include script in footer, else script placed in header
     * @param    $constant   Future use. Set to true if file is planned to be loaded all the time (Caching/Compression)
     * @access   public
@@ -312,7 +312,7 @@
     * This function is used to include any CSS needed by the JavaScript Libraries
     *
     * @param    $name       name of CSS file
-    * @param    $file       location of file relative to public_html directory. Do not include '/' at beginning
+    * @param    $file       location of file relative to public_html directory. Include '/' at beginning
     * @param    $load       set to true to load script right away. Should only be loaded when related script is loaded
     * @access   private
     * @return   boolean 
@@ -349,7 +349,7 @@
     * Set CSS file to load
     *
     * @param    $name       name of CSS file
-    * @param    $file       location of file relative to public_html directory. Do not include '/' at beginning
+    * @param    $file       location of file relative to public_html directory. Include '/' at beginning
     * @param    $constant   Future use. Set to true if file is planned to be loaded all the time (Caching/Compression)
     * @access   public
     * @return   boolean 



More information about the geeklog-cvs mailing list