Only in /home/alex/dev/svn.ampache.org/trunk/: .svn
Only in .: ChangeLog.txt
diff -urp /home/alex/dev/svn.ampache.org/trunk/bin/catalog_update.inc ./bin/catalog_update.inc
|
old
|
new
|
|
| 25 | 25 | require_once $prefix . '/lib/init.php'; |
| 26 | 26 | |
| 27 | 27 | |
| | 28 | $GLOBALS['user']->access = 100; // to make sure we pass Access::check for interface |
| 28 | 29 | echo "[catalog_update.php.inc]\nStarting Catalog Clean/Update And Add\n\n"; |
| 29 | 30 | |
| 30 | 31 | if (count($_SERVER['argv']) > 1) { |
Only in ./bin: moo.php
Only in ./config: ampache.cfg.php
diff -urp /home/alex/dev/svn.ampache.org/trunk/lib/class/catalog.class.php ./lib/class/catalog.class.php
|
old
|
new
|
|
| 1103 | 1103 | $songs = $artist->get_songs(); |
| 1104 | 1104 | break; |
| 1105 | 1105 | case 'song': |
| 1106 | | $songs[0] = new Song($id); |
| | 1106 | $songs[0] = $id; // new Song($id); |
| 1107 | 1107 | break; |
| 1108 | 1108 | } // end switch type |
| 1109 | 1109 | |