[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.4, 1.5

Matthew West mwest at qs1489.pair.com
Fri Aug 10 02:16:28 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv80422/Geeklog-1.x/public_html/admin/install

Modified Files:
	index.php 
Log Message:


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.php	9 Aug 2007 18:04:02 -0000	1.4
--- index.php	10 Aug 2007 06:16:26 -0000	1.5
***************
*** 177,182 ****
   * Check if a table exists
   *
!  * @param  string $table Table name
!  * @return bool          True if table exists, false if it does not
   */
  function INST_checkTableExists ($table)
--- 177,182 ----
   * Check if a table exists
   *
!  * @param  string $table    Table name
!  * @return bool             True if table exists, false if it does not
   */
  function INST_checkTableExists ($table)
***************
*** 285,291 ****
   * Perform database upgrades
   *
!  * @param    string $current_gl_version Current Geeklog version
!  * @param    bool   $use_innodb         Whether or not to use InnoDB support with MySQL
!  * @return   bool                       True if successful
   *
   */
--- 285,291 ----
   * Perform database upgrades
   *
!  * @param    string $current_gl_version     Current Geeklog version
!  * @param    bool   $use_innodb             Whether or not to use InnoDB support with MySQL
!  * @return   bool                           True if successful
   *
   */
***************
*** 719,726 ****
   * server. If they aren't display a warning message.
   *
!  * @param  string $config_path    Path to config.php
!  * @param  string $libcommon_path Path to lib-common.php
!  * @return bool                  true if both files are writeable
!  * @author Matt West             matt AT mattdanger DOT net
   *
   */
--- 719,727 ----
   * server. If they aren't display a warning message.
   *
!  * @param  string $config_path      Path to config.php
!  * @param  string $libcommon_path   Path to lib-common.php
!  * @return bool                     true if both files are writeable
!  *
!  * @author Matt West                matt AT mattdanger DOT net
   *
   */
***************
*** 745,750 ****
   * Returns the permission warning for config.php and lib-common.php
   *
!  * @return   string   HTML and permission warning message.
!  * @author   Matt West   matt AT mattdanger DOT net
   *
   */
--- 746,752 ----
   * Returns the permission warning for config.php and lib-common.php
   *
!  * @return string       HTML and permission warning message.
!  *
!  * @author Matt West    matt AT mattdanger DOT net
   *
   */
***************
*** 796,800 ****
   * previous page.
   *
!  * @return   string   HTML form code.
   *
   */
--- 798,802 ----
   * previous page.
   *
!  * @return string   HTML form code.
   *
   */




More information about the geeklog-cvs mailing list