21ce7d9ec0
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
13 lines
No EOL
204 B
PHP
13 lines
No EOL
204 B
PHP
<?php
|
|
class Af_Comics_Template extends Af_ComicFilter {
|
|
|
|
function supported() {
|
|
return array("Example");
|
|
}
|
|
|
|
function process(&$article) {
|
|
//$owner_uid = $article["owner_uid"];
|
|
|
|
return false;
|
|
}
|
|
} |