abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once('include/socgraph.php');
|
||||
|
||||
function xpoco_init(&$a) {
|
||||
poco($a,true);
|
||||
}
|
||||
Reference in New Issue
Block a user