[imc-sf-coders] CVS update of
sf-active/sf-active/shared/classes/pages (1 file)
Bart M
pseudopunk at codecoop.org
Fri Dec 30 06:29:59 PST 2005
Date: Friday, December 30, 2005 @ 15:29:59
Author: pseudopunk
Path: /cvsroot/sf-active/sf-active/sf-active/shared/classes/pages
Modified: article_edit.inc
makes the select form appear like it should.
Index: sf-active/sf-active/shared/classes/pages/article_edit.inc
diff -u sf-active/sf-active/shared/classes/pages/article_edit.inc:1.37 sf-active/sf-active/shared/classes/pages/article_edit.inc:1.38
--- sf-active/sf-active/shared/classes/pages/article_edit.inc:1.37 Sun Jun 19 17:14:36 2005
+++ sf-active/sf-active/shared/classes/pages/article_edit.inc Fri Dec 30 15:29:59 2005
@@ -56,7 +56,8 @@
);
// code added by blicero foir the mail2admin4hidnig ftr -- blicero
- include(SF_INCLUDE_PATH."/".$GLOBALS['lang']."/select_reason.inc");
+ if($GLOBALS['build']['clear_path'] == true) { $lang = ''; } else { $lang = $GLOBALS['lang'].'/'; }
+ include(SF_INCLUDE_PATH."/".$lang."/select_reason.inc");
$this->tkeys['reason_options'] = $reason_options;
More information about the imc-sf-coders
mailing list