Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blog/external_blogs.php File Reference

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $context = get_context_instance(CONTEXT_SYSTEM)
 $delete = optional_param('delete', null, PARAM_INT)
 $strexternalblogs = get_string('externalblogs','blog')
 $straddnewexternalblog = get_string('addnewexternalblog','blog')
 $strblogs = get_string('blogs','blog')
 $message = null
if($delete &&confirm_sesskey()) $blogs = $DB->get_records('blog_external', array('userid' => $USER->id))
 if (!empty($message))
if(!empty($blogs)) $newexternalurl = new moodle_url('/blog/external_blog_edit.php')

Variable Documentation

if ($delete &&confirm_sesskey()) $blogs = $DB->get_records('blog_external', array('userid' => $USER->id))

Definition at line 52 of file external_blogs.php.

Definition at line 37 of file external_blogs.php.

$message = null

Definition at line 42 of file external_blogs.php.

if (!empty($blogs)) $newexternalurl = new moodle_url('/blog/external_blog_edit.php')

Definition at line 91 of file external_blogs.php.

$straddnewexternalblog = get_string('addnewexternalblog','blog')

Definition at line 40 of file external_blogs.php.

$strblogs = get_string('blogs','blog')

Definition at line 41 of file external_blogs.php.

$strexternalblogs = get_string('externalblogs','blog')

Definition at line 39 of file external_blogs.php.

if(!empty($message))

Definition at line 61 of file external_blogs.php.

 All Data Structures Namespaces Files Functions Variables Enumerations