[geeklog-cvs] Geeklog-1.x/public_html/admin story.php,1.262,1.263

Dirk Haun dhaun at qs1489.pair.com
Sun Sep 30 09:32:10 EDT 2007


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

Modified Files:
	story.php 
Log Message:
Merged the internal '_draft' and '_draft_flag' variables into one (hopefully without breaking too much ...)


Index: story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/story.php,v
retrieving revision 1.262
retrieving revision 1.263
diff -C2 -d -r1.262 -r1.263
*** story.php	29 Aug 2007 09:33:54 -0000	1.262
--- story.php	30 Sep 2007 13:32:08 -0000	1.263
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | story.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | story.php                                                                 |
***************
*** 9,13 ****
  // | Geeklog story administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog story administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 528,532 ****
      }
      $story_templates->set_var('lang_draft', $LANG24[34]);
!     if ($story->EditElements('draft')) {
          $story_templates->set_var('is_checked', 'checked="checked"');
      }
--- 528,532 ----
      }
      $story_templates->set_var('lang_draft', $LANG24[34]);
!     if ($story->EditElements('draft_flag')) {
          $story_templates->set_var('is_checked', 'checked="checked"');
      }




More information about the geeklog-cvs mailing list