This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-10 18:52:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lang
/
en
/
block_social_activities.php
5 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
towards XHTML compliance
2004-09-12 13:21:01 +00:00
<
?
php
// $Id$
First Official realease of the "Blocks System". Integrated with Moodle: - Install automatically. - Update course->blockinfo for each course at installation time. - Modified course creation to insert into blockinfo field. - Modified restore to insert into blockinfo field. - Admin options (hide, show, delete, config) from admin page. - Lang strings inserted (en only). - Database support to mysql and postgresql (not tested!!). Moodle, backup and block versions updated to 2004041800. Tested with mysql: Install fresh and upgrade from previous. section_activities block renamed to social_activities and created its own lang file to support name "Social Activities". This can be changed at any time. TODO: ===== Support it really in backup/restore. ???? Enjoy!! Ciao :-)
2004-04-18 23:20:53 +00:00
$string
[
'blockname'
]
=
'Social Activities'
;
?>
Reference in New Issue
Copy Permalink