[geeklog-cvs] geeklog-1.3/public_html/admin topic.php,1.33,1.34

dhaun at geeklog.net dhaun at geeklog.net
Mon Mar 24 13:19:09 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin
In directory internal.geeklog.net:/tmp/cvs-serv9778/public_html/admin

Modified Files:
	topic.php 
Log Message:
Oops, it was supposed to pick the default topic marker from the language file ...


Index: topic.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/topic.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** topic.php	24 Mar 2003 17:42:17 -0000	1.33
--- topic.php	24 Mar 2003 18:19:07 -0000	1.34
***************
*** 258,262 ****
              $topic_templates->set_var('topic_access', $access);
              if ($A['is_default'] == 1) {
!                 $topic_templates->set_var ('default_topic', '(*)');
              } else {
                  $topic_templates->set_var ('default_topic', '');
--- 258,262 ----
              $topic_templates->set_var('topic_access', $access);
              if ($A['is_default'] == 1) {
!                 $topic_templates->set_var ('default_topic', $LANG27[24]);
              } else {
                  $topic_templates->set_var ('default_topic', '');





More information about the geeklog-cvs mailing list