Changeset 1292
- Timestamp:
- 11/18/07 18:24:04 (1 year ago)
- Files:
-
- devel/mod/commentwall/lib/commentwall_settings.php (modified) (1 diff)
- devel/units/tinymce/tinymce_userdetails_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/commentwall/lib/commentwall_settings.php
r1277 r1292 9 9 $logi = ""; 10 10 $pri = ""; 11 $fo = ""; 11 12 if ($access == "PUBLIC") $pub = " selected=\"y\" "; 12 13 if ($access == "LOGGED_IN") $logi = " selected=\"y\" "; devel/units/tinymce/tinymce_userdetails_edit.php
r659 r1292 1 1 <?php 2 3 global $page_owner; 2 4 3 5 $visualEditor = __gettext("Visual text editing");
