lots of docs, and some internal changes

This commit is contained in:
Shish
2009-07-21 07:36:12 +01:00
parent 2471a8e2eb
commit 572f84511a
37 changed files with 198 additions and 167 deletions

View File

@@ -1,9 +1,4 @@
<?php
/**
* @package SCore
*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
* Input / Output Sanitising *
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -219,7 +214,7 @@ function get_theme_object(Extension $class, $fatal=true) {
*
* @retval int
*/
function blockcmp($a, $b) {
function blockcmp(Block $a, Block $b) {
if($a->position == $b->position) {
return 0;
}